0.0.23 • Published 29 days ago

blockauth-sdk v0.0.23

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
29 days ago

Block-Auth SDK library JS

An open source library written in javascript to provide a simple way to interact with the Block-Auth authentication service with users extensions, insights, and more.

How to setup development environment

  1. Clone this repo: git clone https://github.com/blockauthio/blockauth-sdk
  2. Enter repo directory: cd blockauth-sdk
  3. Before run pipeline : npm i -D typescript
  4. Get PASSED for pipeline : npm run ci`
  • Build "TypeScript types": npm run build
  • Execute formatter: npm run format (optionally can exec checker first with npm run format:check)
  • Execute linter: npm run lint (optionally can autofix, not recommended with lint:fix)
  • Execute tests: npm run test

How to use

ToDo: pending doc

How to contribute

  1. Fork this repo
  2. Create a new branch
  3. Make your changes
  4. Create a merge request
  5. Wait for review
  6. Merge your changes

License

This project is licensed under the MIT License - see the LICENSE file for details