mj-framework

1.0.6 • Public • Published

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>

Package Sidebar

Install

npm i mj-framework

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

26.5 kB

Total Files

31

Last publish

Collaborators

  • devmarcos