1.1.4 • Published 3 years ago

cloud-district-tools v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

CLOUD DISTRICT TOOLS

Install

  • npm: npm install -g cloud-district-tools
  • yarn: yarn global add cloud-district-tools

RN INIT

Generate RN Template

Usage

  • cd your-project-root
  • cloud-district-tools rn-init

REDUCER

Generate complete reducer

Redux Folder Structure

<name>/
    ├── index.js        --> Index
    ├── actions.js      --> Simple actions with Flux Standard Action pattern
    ├── operations.js   --> Asyncs actions (thunks)
    ├── reducers.js     --> Reducer
    ├── tests.js        --> Test
    ├── types.js        --> Simple actions types

Usage

  • cd your-project-root
  • cloud-district-tools reducer <name> <path>

Params

  • name: Reducer name
  • folder: Redux project folder. (Default: ./src/redux)
1.1.4

3 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago