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
- Host: GitHub
- URL: https://github.com/arshadkazmi42/nodeagen
- Owner: arshadkazmi42
- License: mit
- Created: 2019-07-12T06:25:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T18:41:27.000Z (over 3 years ago)
- Last Synced: 2025-06-22T12:49:17.836Z (about 1 year ago)
- Topics: boilerplate, cli, generate, node, nodeagen, npm
- Language: JavaScript
- Size: 140 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# nodeagen
[](https://github.com/arshadkazmi42/nodeagen/actions/workflows/nodejs.yml)
[](https://www.npmjs.com/package/nodeagen)
[](https://www.npmjs.com/package/nodeagen)
[](https://github.com/arshadkazmi42/nodeagen)
[](https://github.com/arshadkazmi42/nodeagen/blob/master/LICENSE)
[](https://github.com/arshadkazmi42/nodeagen/graphs/contributors)
[](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