create-projects-cli
v2.1.1
Published
A CLI(Command Line Interface) to create projects
Downloads
2
Maintainers
Readme
Project development for creation projects agile
Start
create-projects myapp
Commands
--git => initialize a repository GIT;
--template => Typescript
--types => what type your project will be focused on, web/backend.can choose both
Example: --types=web,backend
--purposes => what purpose your project will be focused on:
Web:
- React
Backend:
- Api - Express
- Api - Graphql
- default
Example: --purposes=react,api-express
--connection => Wich type connection you desire, Knex/TypeOrm.
--plugin => Wich database use will,postgresql/mysql.
Description
Templates availables:
- Web:
- React
- Backend
- Api - Express
- Api - Graphql
- Default
Connection with database availables:
- Knex => Builder Queries/SQL
- TypeOrm => Object Relational Mapping
Plugins: Postgresql,Mysql
Links
React Material ReactBootstrap StyledComponents Express Jest Typescript ApolloGraphql TypeGraphql Graphql TypeOrm