https://github.com/iamogbz/node-js-boilerplate
Node Boilerplate
https://github.com/iamogbz/node-js-boilerplate
boilerplate javascript node node-boilerplate nodejs nodejs-boilerplate npm package typescript
Last synced: about 2 months ago
JSON representation
Node Boilerplate
- Host: GitHub
- URL: https://github.com/iamogbz/node-js-boilerplate
- Owner: iamogbz
- License: unlicense
- Created: 2018-07-21T12:56:42.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T06:01:16.000Z (over 2 years ago)
- Last Synced: 2025-02-06T06:22:40.814Z (over 1 year ago)
- Topics: boilerplate, javascript, node, node-boilerplate, nodejs, nodejs-boilerplate, npm, package, typescript
- Language: JavaScript
- Homepage:
- Size: 7.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# NodeJS Boilerplate
[](https://libraries.io/github/iamogbz/node-js-boilerplate)
[](https://github.com/iamogbz/node-js-boilerplate/actions)
[](https://coveralls.io/github/iamogbz/node-js-boilerplate?branch=main)
Simple node js package with linting, testing and building preconfigured
## Shell Commands
```sh
pnpm test # run jest tests
```
```sh
pnpm commit # run commitizen
```
```sh
pnpm build # typescript build
```