@gobvoz/cli-fsd
Version:
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.
22 lines (21 loc) • 368 B
JSON
{
"name": "@gobvoz/cli-fsd",
"version": "0.2.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"FSD",
"CLI",
"Feature-Sliced Design"
],
"bin": {
"fsd": "index.js"
},
"author": "Gobvoz",
"license": "ISC",
"dependencies": {}
}