cli-rxss

1.8.5 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i cli-rxss

Weekly Downloads

2

Version

1.8.5

License

MIT

Last publish

Collaborators

  • atashrxss
  • pandadragoon