gotrue-js

v0.9.27
GoTrue API client for JavaScript
api gotrue identity netlify

lint

eslint .

test

run-s lint format:check

format

eslint . --fix && prettier --write "src/**/*.js"

compile

babel src -d lib

release

yarn install && yarn run version && cross-env CI=true semantic-release && npm publish

version

npm run babelify && git add browser/gotrue.js

babelify

browserify src/index.js -t [ babelify --presets [ @babel/preset-env ] --plugins [ @babel/plugin-proposal-object-rest-spread ] ] | uglifyjs > browser/gotrue.js

prepublish

npm run compile

format:check

prettier --check "src/**/*.js"

prettier-preview

prettier --list-different "src/**/*.js"

Metadata

  • MIT
  • Whatever
  • Mathias Biilmann Christensen
  • released 9/7/2020

Downloads