This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
v4.0.0
Changes:
- removing
ask
andgenerate
helpers from api, to keeprunjs
codebase more focused about its main purpose - dropping support for
node
<6.11.1
- support for other than
Babel
transpilers, likeTypeScript
log
option torun
function, whenfalse
it does not log the command- documentation updates
- support for
async/await
option
helper
Migration from 3.x
to 4.x
procedure:
- make sure you have node version
>=6.11.1
- if you use Babel you need to add
"runjs": {requires: ["./node_modules/babel-register"]}
config to yourpackage.json
, otherwiseBabel
transpiler won't be picked up - find alternatives for
ask
andgenerate
, those are not supported byrunjs
anymore