1.0.1 • Published 4 years ago

chakra-cli v1.0.1

Weekly downloads
136
License
MIT
Repository
github
Last release
4 years ago

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):

This project follows the all-contributors specification. Contributions of any kind welcome!