0.2.1 • Published 4 years ago
codef v0.2.1
codef
Useful cli tools for creating project rapidly
How to use?
create
codef create [frame] [project_name]
- frame:
vue2-ssr
vue3-ssr
vue3-webpack
- project_name: any name you like.
list
codef list
This command will show supported frame in command line.
Example
codef create vue3-ssr my_project
: It will create an folder named my_project. Then download vue3-ssr template from remote.