0.0.1 • Published 4 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-project
Usage
@comb/cli init <template> [path]
template:
required
, a package name.@comb/cli
always assume template is named with prefixcomb-template-
, so it tries to downloadcomb-template-react
if areact
given.There are some out-of-box templates now.
- react: React
path:
optional
default:
process.cwd()
The path of the new project located.
0.0.1
4 years ago