2.0.1 • Published 2 years ago

@kode-frontend/pathfinder-web-core v2.0.1

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

:construction: :construction: :construction: THIS PROJECT HAS AN EXPERIMENTAL STATUS, DON'T USE IT :construction: :construction: :construction:

 

@kode-frontend/pathfinder-web-core

This is the core library for pathfinder-web-react. There is no need to install it as a separate package, Pathfinder pulls it up through dependencies.

Pathfinder is a tool for changing base URL for API requests on the client side. Read more.

Pathfinder-web-core is isolated into an individual package for the possibility of its reuse by other platforms, for example, React Native. It is easy to integrate and it does not require any further development.

Installation

npm i @kode-frontend/pathfinder-web-core

# or using yarn
yarn add @kode-frontend/pathfinder-web-core

Development

Release

Releases are made using Release-it CLI tool.

Local release:

  1. Generate your personal access token with 'api' scope.
  2. Run:
GITLAB_TOKEN=your-personal-access-token npm run release

# or using yarn
GITLAB_TOKEN=your-personal-access-token yarn release

Publish to npm:

npm publish --access public

# or using yarn
yarn publish --access public

TODO

  • add tests
  • add gitlab CI quality pipeline
  • add gitlab CI release pipeline
  • add project docs and description

License

MIT ©

2.0.1

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.1.2

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago