/genuine

This is the genuine-cli which helps generates genuine.js and genuine-bo projects

Primary LanguageJavaScript

Genuine 1.0.7

This library should be installed globally like so

npm install -g genuine

Then use it like so

#genuine create <name of the project>
genuine create foo
#Creating project foo...
#Project foo created.
#The file genuine.json has been added to the project.

By default, it will generate a noob project and integrate a genuine.json file and a fabfile

You can though precise any github project you'd like to copy like so.

#genuine create <name of the project>
genuine create bar codeKonami/Genuine
#Creating project bar...
#Project bar created.
#The file genuine.json has been added to the project.