@carbon/cli
Task automation when working with the Carbon Design System
Getting started
To install @carbon/cli
in your project, you will need to run the following
command using npm:
npm install -S @carbon/cli
If you prefer Yarn, use the following command
instead:
yarn add @carbon/cli
Usage
You can install @carbon/cli
in your project, or use a tool like
npx
by running the following command in your project:
npx @carbon/cli --help
The output of the --help
option is:
Usage: @carbon/cli [options]
Commands:
@carbon/cli contribute <command> get started contributing with Carbon
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.