hygen-create
Version:
simplifies creation of hygen templates from existing projects
12 lines • 364 B
JSON
{
"about": "This is a hygen-create definitions file. The hygen-create utility creates generators that can be executed using hygen.",
"hygen_create_version": "0.2.0",
"name": "greeter",
"files_and_dirs": {
"hygen-create.json": true,
"package.json": true,
"dist/hello.js": true
},
"templatize_using_name": "Hello",
"gen_parent_dir": false
}