decaffeinate

v2.50.19
Move your CoffeeScript source to modern JavaScript.
coffee coffee-script convert es3 es6 esnext

flow

flow check

lint

tslint --config tslint.json --project tsconfig.json --type-check && eslint src test

lint-fix

tslint --config tslint.json --project tsconfig.json --type-check --fix && eslint src test --fix

pretest

npm run build

test

mocha

prebuild

rimraf dist && mkdirp dist && npm run flow && npm run lint

build

rollup -c

prepublish

npm run build

semantic-release

semantic-release pre && npm publish && semantic-release post

update-website

ts-node ./script/update-website.ts

Metadata

  • MIT
  • >=4
  • Brian Donovan
  • released 3/1/2017

Downloads

Maintainers