Releases: egoist/dum
Releases · egoist/dum
v0.1.19
v0.1.18
- Replacing
npm run
yarn
pnpm run
npx
pnpx
in npm script withdum
. - Tweak log format.
v0.1.17
- fixed a regression where
dum <bin>
stopped working
v0.1.16
- Resolve
-c <dir>
to absolute path, previously it always searches package.json from current directory even if-c
contains../
. - Allow flags in
install
uninstall
add
commands.
v0.1.15
- Forward args to
install
uninstall
andadd
commands
v0.1.14
- Commands like
install
uninstall
add
are now handled before npm scripts, previously if there're no scripts or no package.json the command will not be executed. - Properly restore cursor after
ctrl-c
.
v0.1.13
- Ability to select npm scripts interactively, with
-i, --interactive
flag
v0.1.12
v0.1.11
- Resolve
node_modules/.bin
in parent directories too
v0.1.10
- Fallback to run binaries in
node_modules/.bin/
when specified script doesn't exist inpackage.json
. - Available via Homebrew
brew install egoist/tap/dum