generator-rusic-theme

Rusic theme yeoman generator


Keywords
yeoman-generator
License
MIT
Install
npm install generator-rusic-theme@1.2.2

Documentation

generator-rusic-theme

A Yeoman generator to build base Rusic themes.

Getting Started

$ npm install -g generator-rusic-theme
$ mkdir rusic-theme-forum
$ cd rusic-theme-forum
$ yo rusic-theme

Run the above to initiate the generator

It will then ask you a few questions, here are a few customisations you can make

  • coffeescript or javascript
  • scss or css
  • API key setup

It also sets up a nice workflow with gulp :)

Contribute to the generator

Contributions are welcome, please follow GitHub Flow

Building

cd generator-rusic-theme
npm install -g ./

Publishing (core-team)

npm publish

License

MIT