Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arshadkazmi42/exgen
CLI to generate express projects boilerplate
https://github.com/arshadkazmi42/exgen
api app boilerplate cli compose create express nodejs rest
Last synced: 8 days ago
JSON representation
CLI to generate express projects boilerplate
- Host: GitHub
- URL: https://github.com/arshadkazmi42/exgen
- Owner: arshadkazmi42
- License: mit
- Created: 2019-06-17T02:45:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T11:48:07.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:35:51.755Z (6 months ago)
- Topics: api, app, boilerplate, cli, compose, create, express, nodejs, rest
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# exgen
[![Build](https://github.com/arshadkazmi42/exgen/actions/workflows/nodejs.yml/badge.svg)](https://github.com/arshadkazmi42/exgen/actions/workflows/nodejs.yml)
[![NPM Version](https://img.shields.io/npm/v/exgen.svg)](https://www.npmjs.com/package/exgen)
[![NPM Downloads](https://img.shields.io/npm/dt/exgen.svg)](https://www.npmjs.com/package/exgen)
[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/exgen.svg)](https://github.com/arshadkazmi42/exgen)
[![LICENSE](https://img.shields.io/npm/l/exgen.svg)](https://github.com/arshadkazmi42/exgen/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/exgen.svg)](https://github.com/arshadkazmi42/exgen/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/exgen.svg)](https://github.com/arshadkazmi42/exgen/commits/master)CLI to generate basic express project setup
## Install
```bash
$ npm install exgen
```## Usage
```bash
$ exgen api
✔ api: Express api generated$ exgen help
┌─────────┬────────┬──────────────────────────────────────────┐
│ (index) │ flag │ description │
├─────────┼────────┼──────────────────────────────────────────┤
│ 0 │ 'api' │ 'Generates REST API express boilerplate' │
│ 1 │ 'help' │ 'Shows help' │
└─────────┴────────┴──────────────────────────────────────────┘$ exgen dummy
✖ dummy: argument is not supported yet.
```## Flags
- `api`
- Generates express api boilerplate- `help`
- List all flags with discription## Contributing
Interested in contributing to this project?
You can log any issues or suggestion related to this library [here](https://github.com/arshadkazmi42/exgen/issues/new)Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase