UNPKG

startkit-cli

Version:
27 lines (17 loc) 359 B
# startkit-cli Quick start your project # install $ npm install startkit-cli -g # usage * show list ```bash $ startkit list ``` * search template ```bash $ startkit list <template name> ``` * install template ```bash $ startkit install <template name> ```