yagg
v1.2.4
Published
g3org3 generator module
Readme
YAGG
Yet Another Great Generator - ✨🚀 Simple and fast generator, create your own template in seconds
Getting Started
You will need Node >= 6 installed. How do I install node? click here to find out about nvm
Installation
Install the yagg globally
npm install -g yaggUsage
Add the template
yagg add customNow create a new project from template
yagg new custom
? What is the project name? sample-app
? Enter a small description A sample template with yagg
? Enter your email [email protected]
? Enter your name George
------ YAGG --------
create dir: [ ✅ ] ./sample-app/app
create dir: [ ✅ ] ./sample-app
copy file: [ ✅ ] index.js
copy file: [ ✅ ] server.js
copy file: [ ✅ ] package.json
Success! ✨🌟 happy coding 🎉
cd sample-appoutputs
sample-app
├── app
│ └── server.js
├── index.js
├── node_modules
└── package.jsonyagg cli help
Usage: yagg [options] [command]
Options:
-V, --version output the version number
-v, --version output the version number
-h, --help output usage information
Commands:
new [options] <template> [projectName] create a new project from a template
remove <template> remove a template
add <template> add a template
list [options] list all available templatesChangelog
https://github.com/g3org3/yagg/blob/master/CHANGELOG.md
Contributors
- George [email protected]
