This is local storage adapter for pathfinder web.
Pathfinder is a tool for change base path of API requests on the fly.
This is a library for integrating a pathfinder into your application.
The library is easy to integrate into an existing project and does not require any further development.
yarn add @kode-frontend/pathfinder-web-local-storage
Releases makes with release-it.
- Local release
- Generate your personal access-token with
api
scope. - run
$ GITLAB_TOKEN=your-personal-access-token yarn release-it
- Generate your personal access-token with
- Build
$ npm run build
- Publish to npm
$ npm publish --access public
- add tests
- refactor all code
- add gitlab CI quality pipeline
- add gitlab CI release pipline
- add docs and description about project and other packages