1.27.0 • Published 3 months ago

nexp-cli v1.27.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

This CLI is made to be able to quickly create the NExp boilerplate with all the content you want it to have. It allows you to choose between Mongoose and MikroORM when it comes to database persistence. This tool allows you to use NExp without the need to modify the code.

Pre-requisites

Before you begin, ensure that you have the following installed on your machine:

Node.js: Make sure you have Node.js installed. You can download it from Official Web.

NPM (Node Package Manager): npm comes bundled with Node.js.

Docker : Official Web

Docker Compose : Compose V2

PNPM : Make sure you have PNPM installed. Official Web

Installation

First, install nexp-cli using npm

npm install -g nexp-cli

Options

Options
createinitiate project creation

Available ORM

NExp-cli provides support for two Object-Relational Mapping (ORM) frameworks:

ORMDatabase
MongooseMongoDB
MykroORMPostgres

Usage

Creating a New Project

Use the following command to initiate project creation.

nexp-cli create

After running the above command, follow these steps:

  • Write the name of the project.
  • Choose the ORM.
  • And wait for each action to complete.

Launching NExp :rocket:

Environment file

Copy .env.dev to .env

Install dependencies

To install dependencies, use pnpm.

pnpm install

Starting containers with Docker

To run your application using Docker, follow these steps to start the containers:

  • Execute make dev command or STAGE=dev docker-compose up --build -d

NEXT

  • Creation of entire domains

Docs

Postman Documentation

API Documentation

Boilerplate Documentation

Boilerplate Documentation

MIT © Nathan Russo

1.27.0

3 months ago

1.25.0

5 months ago

1.16.6

1 year ago

1.16.5

1 year ago

1.16.4

1 year ago

1.16.3

1 year ago

1.16.2

1 year ago

1.16.1

1 year ago

1.16.0

1 year ago

1.15.0

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.15.2

2 years ago

1.15.1

2 years ago

1.12.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.10

2 years ago

1.6.9

2 years ago

1.6.8

2 years ago

1.6.7

2 years ago

1.6.6

2 years ago

1.6.5

2 years ago

1.6.4

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

0.0.0

2 years ago