1.8.5 • Published 8 years ago

cli-rxss v1.8.5

Weekly downloads
6
License
MIT
Repository
-
Last release
8 years ago

README

RXSS Generator

The rxss generator generates components, class-components, containers, & stores based off of react and mobx. It is assumed that the file structure is the following

. [project folder]
+-- src
| +-- components
| +-- containers 
| +-- stores

Installing

npm -i cli-rxss -D or yarn add cli-rxss -D npm link cli-rxss

Commands

rxss -g [type] -n [name]

The name must either be all lower case or snake-case-syntax in order to name the files properly

Available Types

  • component -> Creates a functional react component with spec file.
  • component:mobx -> Creates a functional react component wrapped in mobx-react observer with spec file.
  • class-component -> Creates a class based react component with spec file.
  • class-component:mobx -> Creates a class based react component wrapped in mobx-react observer with spec file.
  • container -> Creates a container react component with spec file.
  • container:mobx -> Creates a container react component wrapped in mobx-react observer with spec file.
  • store -> Creates a mob-x store with spec file.
1.8.5

8 years ago

1.8.4

8 years ago

1.8.3

8 years ago

1.8.2

8 years ago

1.8.1

8 years ago

1.8.0

8 years ago

1.7.9

8 years ago

1.7.8

8 years ago

1.7.7

8 years ago

1.7.6

8 years ago

1.7.5

8 years ago

1.7.4

8 years ago

1.7.3

8 years ago

1.7.2

8 years ago

1.7.1

8 years ago

1.7.0

8 years ago

1.6.0

9 years ago

1.5.9

9 years ago

1.5.8

9 years ago

1.5.7

9 years ago

1.5.6

9 years ago

1.5.5

9 years ago

1.5.4

9 years ago

1.5.3

9 years ago

1.5.2

9 years ago

1.5.1

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago