1.0.8 • Published 3 years ago

menxjs v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago