0.6.0-alpha.0 • Published 2 years ago

@biblioteksentralen/open-library-api-ts v0.6.0-alpha.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

open-library-api-ts

Note: The API spec is not stable and can change at any time.

Getting started:

pnpm install
git pull --recurse-submodules

The folder src/upstream is configured to follow the feature/search/main upstream branch. To update it:

git submodule update --remote
pnpm build

And to publish:

pnpm version prerelease --preid alpha
pnpm publish
0.6.0-alpha.0

2 years ago