kreator-templates
v1.2.0
Published
Factory cli to bootstrap custom set of projects
Downloads
5
Readme
templates
Directory Structure
cli
meta.json
enquirer
- meta.json
- dir/
commander
- meta.json
- dir/
ast
- meta.json
- dir/
Structure of meta.json
{
"description": "<some description>",
"name": "<default-project-name>",
"messages": {
"before-start": "<some-message-to-print-before-initialization>",
"after-end": "<some-message-to-print-after-completion>",
"option-text": "<option-text-to-print-before-option>"
}
}
will add more fields as and when requirement