0.10.2 • Published 5 years ago

@straw-hat/cli v0.10.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@straw-hat/cli

A CLI with common commands and tools for JavaScript development.

Installation

yarn add @straw-hat/cli -D --exact

Usage

The CLI comes with a handy number of features that will improve your development experience.

We encourage you to add the following script to your scripts.

{
  "scripts": {
    "cli": "straw-hat"
  }
}

Do yarn cli help for see the full list of available commands and keep enhancing your scripts based on your needs.