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.
- Host: GitHub
- URL: https://github.com/jakzo/things
- Owner: jakzo
- Created: 2019-11-08T23:09:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:06:13.000Z (over 2 years ago)
- Last Synced: 2025-02-13T21:47:53.706Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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
```