chakra-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

chakra-cli

Command line interface for rapid Chakra UI integration for React, Vue and Next

oclif Version Downloads/week License

Usage

$ 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]

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 init

Initialize a Chakra UI package or theme

USAGE
  $ chakra init

OPTIONS
  -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

Contributors ✨

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!

Readme

Keywords

Package Sidebar

Install

npm i chakra-cli

Weekly Downloads

507

Version

1.0.1

License

MIT

Unpacked Size

112 kB

Total Files

103

Last publish

Collaborators

  • segunadebayo