generator-bijoo
v0.1.3
Published
A Yeoman Generator with Bijoo in mind
Downloads
5
Maintainers
Readme
Bijoo-Generator
Introduction
First try to make a Yeoman Generator to prepare, scafold, install a project.
Installation
If you have never use Yeoman before
npm install -g yo bower grunt-cli
This Generator are not published; so to test, or use it :
- clone the repo using
git clone https://github.com/ethyde/generator-bijoo.git
- navigate to the root folder
cd generator-bijoo
- use
npm link
to create a node symlink
And now you will be able to use yo bijoo
in any project
Bijoo ask to you !
During installation process, bijoo-generator will ask you some informations.
- What is the project name ? Answer without space.
- Do you use a CMS or a FRamework ? It's used to prevent copy of some files like .gitignore, .htaccess, etc.
- The name of the folder, if needed with route (ig : src/bundleAcme/), where to put your assets (css, js, img).
- Same as before, but for destination