# nodeagen

[![Build](https://img.shields.io/travis/com/arshadkazmi42/exgen.svg)](https://travis-ci.com/arshadkazmi42/exgen/)

Node boilerplate generator cli

## Install

```bash
$ npm install nodeagen
```

## Usage

```bash
$ 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](https://github.com/arshadkazmi42/nodeagen/issues/new)

Read our contributing [guide](CONTRIBUTING.md) 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:

<a href="https://github.com/arshadkazmi42"><img src="https://github.com/arshadkazmi42.png" width="30" /></a>
