Skip to content

Instantly share code, notes, and snippets.

@GeradeDev
Created June 23, 2018 09:13
Show Gist options
  • Save GeradeDev/b8f7db907099ab3742820e3f9e69e9ca to your computer and use it in GitHub Desktop.
Save GeradeDev/b8f7db907099ab3742820e3f9e69e9ca to your computer and use it in GitHub Desktop.
generator bin config
{
"name": "node-project-starter",
"version": "1.0.0",
"description": "Generate nodeJs projects from a list of templates",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gerade Geldenhuys",
"license": "ISC",
"devDependencies": {
"fs-extra": "^6.0.1",
"inquirer": "^6.0.0"
},
"bin":{
"my-templates": "index.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment