feathers-stripe

v3.1.0
A Feathers service for Stripe
stripe feathers feathers-plugin

build

unbuild

changelog

github_changelog_generator --no-issues -p feathers-stripe -u feathersjs-ecosystem && git add CHANGELOG.md && git commit -am "Updating changelog"

publish

git push origin --tags && npm run changelog && git push origin

preversion

npm run lint && npm run test && npm run build

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

lint

eslint src/**/*.ts test/**/*.ts --fix

vitest

vitest --typecheck

test

vitest run --typecheck

coverage

vitest run --coverage
npm i feathers-stripe

Metadata

  • MIT
  • >= 16
  • Feathers contributors
  • released 7/17/2024

Downloads