yawnpm
v0.3.2
Published
tired of switching between package managers?
Readme
yawn 😴
tired of switching between package managers?
npm i -g yawnpmsupported package managers: npm, yarn, pnpm, bun, deno
supported commands: install, update, remove, run, dlx
yawn remove
shows an interactive list of installed dependencies to pick from:
❯ Select dependencies to remove:
◼ svelte (5.43.3)
◻ @sveltejs/kit
◻ runed
…yawn run
lists available scripts:
❯ Select script to run:
● build (nuxt build)
○ dev
○ lintexample
yawn install axios
yawn remove
yawn runinspiration/similar projects
- https://github.com/unjs/nypm
- https://github.com/antfu-collective/ni for the interactive
removecommand
roadmap
- interactive update command
- ...
