Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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