0.0.1 • Published 3 years ago

combjs-cli v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 prefix comb-template-, so it tries to download comb-template-react if a react given.

    There are some out-of-box templates now.

  • path: optional

    default: process.cwd()

    The path of the new project located.