0.0.2 • Published 3 years ago

generator-context-store v0.0.2

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

quickly scaffold out a redux like directory store using the react context api

npm install -g yo
npm i -g generator-context-store
yo generator-context-store

previewgif

output is directory relative to where cli command is ran

  • EX with prefix of 'foo'
fooStore
    ├── FooStoreProvider.tsx
    ├── actions.ts
    ├── devtools.ts
    ├── index.ts
    ├── initialState.ts
    ├── reducer.ts
    └── store.ts
0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago