README
@chancethedev/cli
Task automation for working with the Chance the Developer Design System. A fork of
@carbon/cli
.
Getting started
To install @chancethedev/cli
in your project, you will need to run the following
command using npm:
npm install -S @chancethedev/cli
If you prefer Yarn, use the following command instead:
yarn add @chancethedev/cli
Usage
You can install @chancethedev/cli
in your project, or use a tool like
npx
by running the following command in your project:
npx @chancethedev/cli --help
The output of the --help
option is:
Usage: @chancethedev/cli [options]
Commands:
cli ci-check run CI checks
cli contribute <command> get started contributing
cli publish <tag> publish packages that have different versions from
the package registry
cli release [bump] run the release step for the given version bump
cli sync [target] sync files across workspaces
Options:
--help Show help [boolean]
--version Show version number [boolean]
🙌 Contributing
We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our Contributing Guide! 👀
📝 License
Licensed under the Apache 2.0 License.