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.

11 lines (9 loc) 203 B
const logoTemplate = () => { return ` _____ ____ ____ | ___| / ___| | _ \\ | |_ \\___ \\ | | | | | _| ___) | | |_| | |_| |____/ |____/ `; }; export default logoTemplate;