3.0.0 • Published 6 years ago

create-react-mole v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Create-React-Mole

Auto generate component basic file to cli

This CLI Tool is a tool that generates the necessary files when developing React Component.

Generate file

  • Component JS File (React)
  • Stylesheet File (SCSS)
  • Story File (Storybook)
  • test File (Jest)
  • i18n message File (React-intl)

Install

npm install -g create-react-mole

Quick Usage

create-react-mole <Component-Name>
mkdir Title && cd Title
create-react-mole Title

support alias command

crmole Title 

TODOs

  • When you set the name in CLI, you do not need to use --name
  • Adding a build system
  • Developed style file extension to be set between scss and css
  • Added option to generate only necessary files
  • Add custom template setting
  • ...
3.0.0

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.5

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago