react-typescript-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "react-typescript-cli", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "CLI tool for React with Typescript", | ||
@@ -5,0 +5,0 @@ "files": "index.js", |
# react-typescript-cli | ||
CLI tool for React with Typescript | ||
[![npm](https://img.shields.io/npm/dm/localeval.svg)](https://www.npmjs.com/package/react-typescript-cli) | ||
## Install | ||
Run | ||
```npm install -g generate-react-component``` | ||
## 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 functional components | ||
- Creating components from src directory |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33
8865
10