A CLI to bootstrap projects with typscript
npm install mj-framework
npm install -g mj-framework
`
Info
MJ-Framework uses two packages:
decorated-router and
decorated-mongo
Please, read both documentation.
Basic usage
Creating a project
`
Creates a new project with specified name
mj new
Creates a new project with specified name also add to the project the package decorated-mongo
mj new --mongo
`
Creating a new controller and service
`
Inside the main folder
Creates a new Controller and Service with specified name
mj create
``