ocrapp
v0.3.4
Published
## Create application
Downloads
4
Readme
Create a react application or files within one.
Create application
Create an empty application.
$ ocrapp a <application-name>
Add file(s)
Create a file or files inside your application. You can add components, container, actions and reducers.
$ ocrapp f [options] <file-name>
-c, --component add class component file
-f, --functional-component add functional component file
-C, --container Add container file
-s, --style Add scss file for component
-p, --path <value> provide component/container path