0.0.5 • Published 5 months ago

bartman-cli v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Usage

A simple cli for download project template.

Install

npm install -g bartman-cli
yarn global add bartman-cli
pnpm add -g bartman-cli

Create Project Template

  • name: project name(required)
  • type: project template type(default react-chrome-extensions
  • -f: force delete the exist folder when create
bart-test create [name] [type]
bart-test create [name] [type] -f