2.1.1 • Published 2 years ago

create-projects-cli v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

Conclusion

2.1.1

2 years ago

2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago