1.0.1 • Published 3 years ago
@kode-frontend/pathfinder-web-local-storage v1.0.1
:construction: :construction: :construction: THIS PROJECT HAS EXPERIMENTAL STATUS, DON'T USE IT :construction: :construction: :construction:
pathfinder-web-local-storage
Summary
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.
Quick start
yarn add @kode-frontend/pathfinder-web-local-storage
Release flow
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
TODO
- add tests
- refactor all code
- add gitlab CI quality pipeline
- add gitlab CI release pipline
- add docs and description about project and other packages