promise-callbacks

v3.8.2
Utilities to help convert a callback-using codebase to promises.
callbacks promises async await es2017 es8

ci

npm run lint && npm test

lint

eslint .

test

jest --env jsdom && jest --env node

build

rollup -c

example

node ./example/app.js

pretest

npm run build

ci:commitlint

commitlint-jenkins --pr-only

prepublishOnly

npm run build && if [ "$CI" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi

semantic-release

semantic-release
npm i promise-callbacks

Metadata

  • MIT
  • >=6.9.0
  • Jeff Wear
  • released 7/30/2020

Downloads