Command line interface for Chakra UI
npm install chakra-clichakra-cli
==========
Command line interface for rapid Chakra UI integration for React, Vue and Next




sh-session
$ npm install -g chakra-cli
$ chakra COMMAND
running command...
$ chakra (-v|--version|version)
chakra-cli/1.0.1 linux-x64 node-v12.18.0
$ chakra --help [COMMAND]
USAGE
$ chakra COMMAND
...
`
Commands
* [chakra help [COMMAND]](#chakra-help-command)
* chakra initchakra help [COMMAND]display help for chakra
`
USAGE
$ chakra help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`_See code: @oclif/plugin-help_
chakra initInitialize a Chakra UI package or theme
`
USAGE
$ chakra initOPTIONS
-h, --help show CLI help
-o, --out=out [default: chakra] The directory to output the theme to
--theme Clone the chakra starter theme
--ts Use the TypeScript version
EXAMPLES
$ chakra init --theme --ts
This will copy the theme to your project in typescript
$ chakra init --theme
This will copy the theme to your project in javascript
``_See code: src/commands/init.ts_
Thanks goes to these wonderful people (emoji key):
Segun Adebayo 💻 📖 🚇 | Mark Chandler 💻 | Omereshone Kelvin Oghenerhoro 💻 🤔 | Ugbechike 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!