generator-bui v1.3.0
generator-bui
A generator for Yeoman. Generator BUI (Bauer User Interface) is a tool help standardise and automate front end workflow by providing light weight and opinionated scaffolding. It also helps new users understand conventions.
Install Yeoman
npm install -g yo
Install generator-bui
cd /c/git
git clone https://bitbucket.org/bauermediaau/generator-bui
cd ./generator-bui
npm link
Contribute
Branch or fork and do some mods. When done, test it. When tests pass, submit a pull request. Don't merge in your own work without getting a tick of approval from someone else.
Test with Mocha
npm test
Test locally
Test your changes on a sample local project. Simply follow the install
directions. Changes you make in your working copy will be included when you run
yo bui
.
Setup
Change to your project project folder. When using in a .Net project, use the
the Bauer.Project.Web
folder.
If runnining in an existing project, when asked choose not to overwrite existing files. View the differences instead and apply appropriate changes.
Use in Git Bash:
yo bui
Answer the questions then see what happened:
ls -la
Usage
Change to your project project folder. When using in a .Net project, use the
the Bauer.Project.Web
folder.
generate a jquery plugin
yo bui:jquery
generate a html boilerplate
yo bui:html