Uma ferramenta poderosa para inicializar rapidamente projetos Node.js, React.js, React Native e mais. Escolha seu design pattern, tipo de projeto e comece a codificar em segundos.
npm install starter-generatorstarter-generator is a command-line tool (CLI) that helps create Node.js project structures with different design patterns and TypeScript options.Make sure you have Node.js installed. You can install the CLI globally using the following command:
``bash`
npm install -g starter-generator
`bash`
npx starter-generator
The CLI will guide you to choose the project name, project type (NodeJS, ReactJS, React Native), whether to use TypeScript, and the desired design pattern (MVC, MVVM, Observer, SOLID, etc.).
projectName: Project name.
authorName: Author name.
projectType: Project type (NodeJS, ReactJS, React Native).
useTypeScript: Whether to use TypeScript (true/false).
designPattern: Design pattern (MVC, MVVM, Observer, SOLID, etc.).
`bash`
npx starter-generator
Create a ReactJS project without TypeScript and MVVM design pattern
`bash``
npx create-pattern-project-nodejs --projectType "ReactJS" --useTypeScript false --designPattern "MVVM"
* JavaScript | Typescript
* EsLint
* Prettier
* TSup
* Jest (Teste)
⌨️ with ❤️ by Xarlys Souza 😊
⌨️ with ❤️ by Daiane bittencourt 😊