1.0.8 • Published 5 years ago

menxjs v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

MenxJS

A lightweight CLI to create APIs and APIs components in an easy way

Directory Tree

 app/
 ├─ src/
 │ ├─ api/
 │ │ ├─ index/
 │ │ │ ├─ index.controller.js
 │ │ │ ├─ index.middleware.js
 │ │ │ ├─ index.router.js
 │ │ │ ├─ schema/
 │ │ │ │ ├─ index.schema.js
 │ ├─ config/
 │ │ ├─ db.js
 │ ├─ routes/
 │ │ ├─ index.js
 │ │ ├─ routes.json
 │ ├─ app.js
 ├─ public/
 ├─ .gitignore
 ├─ package.json

CLI Usage

 npm i menxjs -g

// Create a new application

$ menx -c


// Add components to your application

$ menx -g

1.0.8

5 years ago

1.0.7

5 years ago

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