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

https://github.com/jakzo/things

A monorepo full of JS packages and things.
https://github.com/jakzo/things

Last synced: 3 months ago
JSON representation

A monorepo full of JS packages and things.

Awesome Lists containing this project

README

        

_A monorepo full of JS packages and things._

## Useful Development Commands

```sh
# Run tests for a single package
npm run test:unit src/my-package

# Run tests while developing
npm run test:unit:watch src/my-package
```