Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/naturalcycles/backend-lib
- Owner: NaturalCycles
- Created: 2019-02-09T18:30:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T08:18:26.000Z (2 months ago)
- Last Synced: 2024-11-09T09:23:24.465Z (2 months ago)
- Topics: backend, expressjs, nodejs, typescript
- Language: TypeScript
- Homepage: https://naturalcycles.github.io/backend-lib/
- Size: 5.02 MB
- Stars: 3
- Watchers: 12
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
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