ocrapp

0.3.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ocrapp

Weekly Downloads

0

Version

0.3.4

License

ISC

Unpacked Size

24.4 kB

Total Files

29

Last publish

Collaborators

  • fixiecoder