/pathfinder-web-local-storage

Local storage adapter for pathfinder web

Primary LanguageTypeScriptMIT LicenseMIT

🚧 🚧 🚧 THIS PROJECT HAS EXPERIMENTAL STATUS, DON'T USE IT 🚧 🚧 🚧

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.

  1. Local release
    • Generate your personal access-token with api scope.
    • run $ GITLAB_TOKEN=your-personal-access-token yarn release-it
  2. Build
    • $ npm run build
  3. 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