Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaomuzhu/create-component
CLI for bootstrapping react component
https://github.com/xiaomuzhu/create-component
cli component-library library react
Last synced: 3 months ago
JSON representation
CLI for bootstrapping react component
- Host: GitHub
- URL: https://github.com/xiaomuzhu/create-component
- Owner: xiaomuzhu
- License: mit
- Created: 2018-11-02T16:38:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T14:18:26.000Z (about 2 years ago)
- Last Synced: 2024-10-27T04:37:18.396Z (3 months ago)
- Topics: cli, component-library, library, react
- Language: TypeScript
- Size: 1.41 MB
- Stars: 39
- Watchers: 2
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-component
> CLI for creating component
## Features
- Easy-to-use CLI
- Handles all modern JS features
- Bundles `cjs` and `es` module formats
- [Jest](https://facebook.github.io/jest/) for testing
- Supports css-in-js(styled-components)
- Supports TypeScript
- Supports commitlint
- Supports [git-cz](https://github.com/streamich/git-cz)## Intro
![](https://s27.aconvert.com/convert/p3r68-cdx67/vmu03-e1nww.gif)
## Install
Make sure you have Node 8.0+
```
$ npm install -g create-component-cli
$ create-component init MyComponent
```