Skip to content

andresmarcelo99/mg-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proyect Template CLI Tool

A cli tool for creating a template project

Quick Overview

npm i @marcelogarcia/mg-project-cli
npx mg-create-project
cd your-project-name
npm start or npm run start:dev for nest project

Creating a new project

You’ll need to have Node 12 or later version on your local development machine.

To create a new project, you need to install ``npm i @marcelogarcia/mg-project-cli` then enter the following command:

npx

npx mg-create-project

After entering the commands above, the following options will pop up.

cli-example

This will generate a new project depending the option you choose.

Template repos:

React project template using typescript and with redux boilerplate implemented.

Nest project boilerplate using cqrs and typeorm.

This project repo

Packages Used

cli-welcome | esm | inquirer | nanospinner | shelljs

npm i cli-welcome esm inquirer nanospinner shelljs