JSPM

wftcli

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q11409F
  • License MIT

Add workflows to your apps.

Package Exports

  • wftcli

Readme

wfcli

A CLI for adding workflows to your project.

Features

  • 🐶 Husky — Use git hooks with ease
  • 🚓 Commitlint — Lint commit messages
  • 🚫 lint-staged — Run linters against staged git files

Usage

Use the add command to add workflows to your project.

The add command adds a workflow to your project and installs all required dependencies.

npx wfcli add [workflow]

Example

npx wfcli add commitlint lint-staged

You can also run the command without any arguments to view a list of all available workflows:

npx wfcli add

License

Licensed under the MIT license.