joshkennedy / generator-craftskeleton

Starterkit for Craft CMS (Mutli Envs, Gulp, Bower and SASS/SCSS with Sourcemaps)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Craft CMS Generator

Starterkit for Craft CMS (Mutli Envs, Gulp, Bower and SASS/SCSS with Sourcemaps)


1. Installation

First, install Yeoman and generator-craftskeleton using npm (I assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-craftskeleton

2. Getting started

Now you’re ready to run the generator:

yo craftskeleton

The Craft CMS Plugins

This generator use some plugins. The plugins are already downloaded in /plugins/. If you want to use them, you have to activate them in the backend.

Run your Development Environment

To start coding you can run gulp in your root directory. If you want to get your production-files just run gulp build.

Add new Development Dependencies

Bower is used for the frontend dependencies. To add new dependencies you have to run following command in your bash:

bower install --save [DEPENDENCIE NAME]

Big thanks to my friends Sascha Fuchs, David Hellmann and Martin Herweg and of course to all the members from our Slack Channel webdevs (feel free to join us). Your helped me a lot and you guys are a big inspiration!


License

MIT © inter-punkt. ag

About

Starterkit for Craft CMS (Mutli Envs, Gulp, Bower and SASS/SCSS with Sourcemaps)

License:MIT License


Languages

Language:PHP 59.5%Language:HTML 24.8%Language:JavaScript 11.7%Language:CSS 3.3%Language:ApacheConf 0.7%