Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raulanatol/supertest-examples
A supertest example repo
https://github.com/raulanatol/supertest-examples
Last synced: about 1 month ago
JSON representation
A supertest example repo
- Host: GitHub
- URL: https://github.com/raulanatol/supertest-examples
- Owner: raulanatol
- License: mit
- Created: 2020-10-04T16:53:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-04T16:53:24.000Z (about 4 years ago)
- Last Synced: 2024-10-13T01:42:43.501Z (2 months ago)
- Language: Makefile
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
template-node-ts
📓 Template repo with node + ts
---
**Table of Contents**
- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)
- [Check code](#check-code)## Installation
```shell script
make init
```## Usage
```shell script
make start
```## Tests
```shell script
make test
```## Check code
```shell script
make
```