UNPKG

@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.

8 lines (6 loc) 300 B
const lazyPublicApiTemplate = sliceName => { return `export { ${sliceName.pascalCase}Schema } from './model/types/${sliceName.kebabCase}.schema'; export { ${sliceName.pascalCase}Lazy as ${sliceName.pascalCase} } from './ui/${sliceName.kebabCase}.lazy'; `; }; export default lazyPublicApiTemplate;