# express_boilerplate_cli

> A powerful tool designed to simplify the process of creating API endpoints in Node.js applications.

Latest version **1.0.7** (published 2023-11-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install express_boilerplate_cli
pnpm add express_boilerplate_cli
yarn add express_boilerplate_cli
bun add express_boilerplate_cli
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2023-11-08 |
| First published | 2023-08-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 16.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | bipin7giri |
| Keywords | Node.js, API endpoints, CLI, controllers, routers, services |

## Links

- npm: https://www.npmjs.com/package/express_boilerplate_cli
- npm.io page: https://npm.io/package/express_boilerplate_cli

## Dependencies (7)

- [knex](https://npm.io/package/knex.md) ^2.5.1
- [mysql2](https://npm.io/package/mysql2.md) ^3.6.0
- [express](https://npm.io/package/express.md) ^4.18.2
- [inquirer](https://npm.io/package/inquirer.md) ^9.2.10
- [swagger-jsdoc](https://npm.io/package/swagger-jsdoc.md) ^6.2.8
- [express-router](https://npm.io/package/express-router.md) ^0.0.1
- [swagger-ui-express](https://npm.io/package/swagger-ui-express.md) ^5.0.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.7 (latest) — 2023-11-08
- 1.0.6 — 2023-10-03
- 1.0.5 — 2023-09-27
- 1.0.4 — 2023-08-21
- 1.0.3 — 2023-08-21
- 1.0.2 — 2023-08-18
- 1.0.1 — 2023-08-18
- 1.0.0 — 2023-08-18

## README

# Node.js CLI - API Endpoint Generator

## Overview

Welcome to the Node.js CLI, a robust tool created to simplify the process of building API endpoints in Node.js applications. This CLI automates the endpoint generation for GET, POST, PUT, and PATCH methods, while also handling crucial components like controllers, routers, and services.

## Features

- Quickly and effortlessly generate API endpoints.
- Support for GET, POST, PUT, and PATCH methods.
- Automated setup of controllers, routers, and services.
- Enhance your development efficiency by minimizing manual configuration.

## Getting Started

### Usage

To utilize this CLI tool, follow these steps:

1. Create a JavaScript file, e.g., `script.js`, in your project directory.
2. Add the following code to `script.js`:

```javascript
import { ExpressCLI } from "express_boilerplate_cli";

const main = async () => {
  await ExpressCLI();
};

main();
```

3. Run the script using the following command:

```sh
node script.js
```

This will generate Express.js boilerplate code within your project directory.

### License

You can contribute to it by visiting [the GitHub repository](https://github.com/Bipin7giri/NodeJS_cli.git).

Feel free to collaborate and improve this powerful Node.js CLI for API endpoint generation.

---
_Source: https://npm.io/package/express_boilerplate_cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
