create-react-class
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "create-react-class", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node module to create the react class structure", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -17,2 +17,12 @@ # Create react class | ||
## Using | ||
To create a new react class you just need to use this command in your cmd in the path where do you wanna the class. | ||
```sh | ||
$ reate-react-class --class Your-Class-Name | ||
``` | ||
The file created will have the same name of your class. | ||
### Todos | ||
@@ -19,0 +29,0 @@ |
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
4429
31