1.5.1 • Published 4 years ago
framework-template-generator v1.5.1
About
Generator of extensive and already configured templates for popular frameworks.
The templates are optimized as much as possible and use the latest technologies.
Installation
Use your package manager
npm install -g framework-template-generator
yarn add -g framework-template-generator
pnpm add -g framework-template-generatorUsage
After entering this command, using the arrows, you will be able to select one of the templates to choose from.
framework-template-generatorAbbreviated version of the command
ftgAvailable templates
next-extensive-template - Extensive template for NEXT.js with redux and redux-toolkit already set up. Bootstrap and bootstrap-icons are already included in the project. A separate bonus for beginners is that the project has examples of using redux and redux-toolkit in asynchronous mode.