1.0.2 • Published 3 years ago

exgen v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

exgen

Build

CLI to generate basic express project setup

Install

$ npm install exgen

Usage

$ 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

Read our contributing guide on getting started with contributing to the codebase

Contributors

Thank you to all the contributors who have helped us in making this project better :raised_hands: