Skip to content

arshadkazmi42/nodeagen

Repository files navigation

nodeagen

Build NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

Node boilerplate generator cli

Install

$ npm install nodeagen

Usage

$ nodeagen npm
✔ npm: NPM generated

$ exgen help
┌─────────┬────────┬──────────────────────────────────────────┐
│ (index) │  flag  │               description                │
├─────────┼────────┼──────────────────────────────────────────┤
│    0    │ 'npm''Generates NPM Package boilerplate'      │
│    1    │ 'help''Shows help'               │
└─────────┴────────┴──────────────────────────────────────────┘

$ nodeagen dummy
✖ dummy: argument is not supported yet.

Flags

  • npm

    • Generates npm package 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