0.2.2 • Published 5 years ago

react-typescript-cli v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

react-typescript-cli

CLI tool for React with Typescript

npm

Features

  • generating class components
  • support for connect
  • support for withStyles (from Material UI)

Install

Using npm:

npm install -g react-typescript-cli

Using yarn:

yarn global add react-typescript-cli

Creating component

Execute command from your components directory

rt <component-name>

Options

Create component with styles (support for Material UI)

-s --styles

Create component with connect

-c --connect

TODO

  • Support for stateless components
  • Generic algorithm for HOCs
  • Wiki for style guide
  • Generating component with routing
  • Generating views
  • Generating services
  • Support for redux

Contributing

All contributors are welcomed. It's fresh project and our goal is to define good way of creating React with Typescript components and make well CLI for it.