1.0.6 • Published 5 years ago

mj-framework v1.0.6

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

Maria Julia Framework

MJ-Framework is a Command Line Interface (CLI) to bootstrap and manage projects with NodeJS and TypeScript.

Installation

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 <PROJECT-NAME>

# Creates a new project with specified name also add to the project the package decorated-mongo
mj new <PROJECT-NAME> --mongo

Creating a new controller and service

# Inside the main folder
# Creates a new Controller and Service with specified name
mj create <CONTROLLER-NAME>
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago