Development monorepo template for async-idb-orm.
.github- Contains workflows used by GitHub Actions.
package- Contains the individual packages managed in the monorepo.
- async-idb-orm
sandbox- Contains example applications and random tidbits.
- Use
make buildto recursively run the build script in each package - Use
make testto recursively run the test script in each package