create-component-cli
v0.1.1
Published
CLI for bootstrapping react component
Downloads
5
Readme
create-component
CLI for creating component
Features
- Easy-to-use CLI
- Handles all modern JS features
- Bundles
cjs
andes
module formats - Jest for testing
- Supports css-in-js(styled-components)
- Supports TypeScript
- Supports commitlint
- Supports git-cz
Intro
Install
Make sure you have Node 8.0+
$ npm install -g create-component-cli
$ create-component init MyComponent