Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 552 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 552 Bytes

create-component

CLI for creating component

Features

  • Easy-to-use CLI
  • Handles all modern JS features
  • Bundles cjs and es 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