@codeages/create
v1.0.1
Published
This is a tool to initialize a project.
Downloads
4
Readme
@codeages/create
This is a tool to initialize a project.
Installation
npm install -global @codeages/create
Command
create a project with the template
codeages init <project_name>
display help for command
codeages -h | --help
output the version number
codeages -v | --version
view all template
codeages list
upgrade the @codeages/create version
codeages upgrade
add a template
codeages add <template_name> <template_url>
remove a template
codeages remove <template_name>
resetting the default template
codeages reset