1.0.1 • Published 4 years ago

@codeages/create v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

@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

Default templates

vue-template