Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naturalcycles/backend-lib

Standard library for building Node.js / Express.js backend
https://github.com/naturalcycles/backend-lib

backend expressjs nodejs typescript

Last synced: about 2 months ago
JSON representation

Standard library for building Node.js / Express.js backend

Awesome Lists containing this project

README

        

## @naturalcycles/backend-lib

> Standard library for building Node.js / Express backend

[![npm](https://img.shields.io/npm/v/@naturalcycles/backend-lib/latest.svg)](https://www.npmjs.com/package/@naturalcycles/backend-lib)
[![Maintainability](https://api.codeclimate.com/v1/badges/c7aa5ef93894ec0246c4/maintainability)](https://codeclimate.com/github/NaturalCycles/backend-lib/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c7aa5ef93894ec0246c4/test_coverage)](https://codeclimate.com/github/NaturalCycles/backend-lib/test_coverage)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Actions](https://github.com/NaturalCycles/backend-lib/workflows/ci/badge.svg)](https://github.com/NaturalCycles/backend-lib/actions)

# [Documentation](https://naturalcycles.github.io/backend-lib/)

# Packaging

- `engines.node`: latest Node.js LTS
- `main: dist/index.js`: commonjs, es2020
- `types: dist/index.d.ts`: typescript types
- `/src` folder with source `*.ts` files included