kjac / Archetype

Archetype is an Umbraco 7 property editor that wraps other installed property editors.

Home Page:http://imulus.github.io/Archetype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archetype

alt tag

alt tag

Installation

Install the selected release through the Umbraco package installer or via NuGet.

Official Docs

https://github.com/kgiszewski/ArchetypeManual

News and Updates

Follow us on Twitter https://twitter.com/ArchetypeKit

Core Team

Donate!

Donate

This project is funded by the core team members' time only. We don't charge for Archetype but it does take quite a bit of effort to keep it up-to-date with Umbraco core changes. If you're making a few bucks off of Archetype, we wouldn't refuse a donation :)

Contribute

Want to contribute to Archetype? You'll want to use Grunt (our task runner) to help you integrate with a local copy of Umbraco.

Install Dependencies

Requires Node.js to be installed and in your system path

npm install -g grunt-cli && npm install -g grunt
npm install

Build

grunt

Builds the project to /dist/. These files can be dropped into an Umbraco 7 site, or you can build directly to a site using:

grunt --target="D:\inetpub\mysite"

You can also watch for changes using:

grunt watch
grunt watch --target="D:\inetpub\mysite"

Add --touch to either command to automatically touch the web.config on a deploy

About

Archetype is an Umbraco 7 property editor that wraps other installed property editors.

http://imulus.github.io/Archetype

License:MIT License


Languages

Language:JavaScript 52.7%Language:C# 31.3%Language:HTML 11.8%Language:CSS 4.3%