Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 670 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 670 Bytes

Project template creator based on template-cli

Dependencies:

  • Inquirer
  • Bash
  • NodeJS
  • Npm

Setup:

  1. Run:
    bash ./setup.sh
  1. Run:
    project
  1. You're done !

How to add an template to the community cli:

  1. Create a folder with the template name at ./templates;
  2. Once inside of the created folder, create your desired project;
  3. You're done !

TO-DO:

  • Create automated way to create projects
  • Add nest g style of command, to create components, services, databases, etc...
  • Add git repo commands