0.0.1 • Published 5 years ago
combjs-cli v0.0.1
comb-cli
Create your own template and hide all bundling details.
How To Use
Install globally
npm install -g @comb/cli
@comb/cli init react my-projectUsage
@comb/cli init <template> [path]template:
required, a package name.@comb/clialways assume template is named with prefixcomb-template-, so it tries to downloadcomb-template-reactif areactgiven.There are some out-of-box templates now.
- react: React
path:
optionaldefault:
process.cwd()The path of the new project located.
0.0.1
5 years ago