0.0.1 • Published 1 year ago

wftcli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.