An open API service indexing awesome lists of open source software.

https://github.com/arshadkazmi42/nodeagen

Node boilerplate generator cli
https://github.com/arshadkazmi42/nodeagen

boilerplate cli generate node nodeagen npm

Last synced: 12 months ago
JSON representation

Node boilerplate generator cli

Awesome Lists containing this project

README

          

# nodeagen

[![Build](https://github.com/arshadkazmi42/nodeagen/actions/workflows/nodejs.yml/badge.svg)](https://github.com/arshadkazmi42/nodeagen/actions/workflows/nodejs.yml)
[![NPM Version](https://img.shields.io/npm/v/nodeagen.svg)](https://www.npmjs.com/package/nodeagen)
[![NPM Downloads](https://img.shields.io/npm/dt/nodeagen.svg)](https://www.npmjs.com/package/nodeagen)
[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/nodeagen.svg)](https://github.com/arshadkazmi42/nodeagen)
[![LICENSE](https://img.shields.io/npm/l/nodeagen.svg)](https://github.com/arshadkazmi42/nodeagen/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/nodeagen.svg)](https://github.com/arshadkazmi42/nodeagen/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/nodeagen.svg)](https://github.com/arshadkazmi42/nodeagen/commits/master)

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