generator-bui
v1.3.0
Published
A generator for Yeoman
Readme
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 yoInstall generator-bui
cd /c/git
git clone https://bitbucket.org/bauermediaau/generator-bui
cd ./generator-bui
npm linkContribute
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 testTest 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 buiAnswer the questions then see what happened:
ls -laUsage
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:jquerygenerate a html boilerplate
yo bui:html