0.0.3 • Published 10 months ago

@joao-gabriel-cruz/any v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Any

Estrutura de pastas do projeto gerado

src
├── @types
│   └── redux.d.ts
├── store-redux
│   ├── hooks
│   │   └── index.ts
│   ├── features
│   │   ├── theme
│   │   │   ├── theme-slice.ts
│   │   │   ├── theme.module.ts
│   │   │   ├── use-cases
│   │   │   │    ├ index.ts
│   │   │   │    ├ init.usecases.ts
│   │   │   │    ├ save.usecases.ts
│   │   │   │    ...
│   │   │   └── reducer
│   │   │       ├── theme-extra-reducer.ts
│   │   │       └── theme-reducer.ts
│   │
│   ├── root-reducer.ts
│   └── store.ts
└── utils
    └── redux
        └── index.ts
0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

1.0.0

10 months ago