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

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

Awesome Lists containing this project

README

          

# NodeJS Boilerplate

[![Dependencies](https://img.shields.io/librariesio/github/iamogbz/node-js-boilerplate)](https://libraries.io/github/iamogbz/node-js-boilerplate)
[![Build Status](https://github.com/iamogbz/node-js-boilerplate/workflows/Build/badge.svg)](https://github.com/iamogbz/node-js-boilerplate/actions)
[![Coverage Status](https://coveralls.io/repos/github/iamogbz/node-js-boilerplate/badge.svg?branch=main)](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
```