genuine

Genuine is a cli to generate genuine.js projects

Usage no npm install needed!

<script type="module">
  import genuine from 'https://cdn.skypack.dev/genuine';
</script>

README

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.