@gobvoz/cli-fsd

0.2.0 • Public • Published

cli-fsd

Utility to create slices in Feature-Sliced Design methodology. Expect, that you have already installed react, typescript, @reduxjs/toolkit, @reduxjs/toolkit-query, i18n and use module.scss structure.

Installation

npm install @gobvoz/cli-fsd -g

Usage

Create folders structure

fsd init

generate slice template

fsd new|n <layer> <slice-name>

add to slice template

fsd add|a <layer> <slice-name> <option>

Layer:

  • feature(s) - create feature slice
  • entit(y|ies) - create entity slice
  • page(s) - create page slice
  • widget(s) - create widget slice

Slice name:

  • <slice-name> - name of the slice

Option:

  • lazy-load(er) - add lazy loader template to the slice-name. Typically used to load a page asynchronously.
  • test(s) - create __TEST__ folder or add a test template to an existing folder.
  • component - add component template to ui folder.

Example

fsd new pages user
fsd new widget user
fsd new entities user
fsd new feature user
fsd add feature user lazy-load
fsd add entity user tests [specific name]
fsd add entity user model

Package Sidebar

Install

npm i @gobvoz/cli-fsd

Weekly Downloads

0

Version

0.2.0

License

ISC

Unpacked Size

27.6 kB

Total Files

33

Last publish

Collaborators

  • gobvoz