1.1.0 ā€¢ Published 7 years ago

awesome-npx v1.1.0

Weekly downloads
6
License
CC0-1.0
Repository
github
Last release
7 years ago

awesome-npx

šŸŒŸ packages and resources that work really well with https://github.com/zkat/npx šŸ•¶

npx itself is awesome

npx lets you execute npm package binaries without installing them. npx is the last thing you need to globally install: > npm i -g npx (this command also updates npx)

Now you can execute tools from npm packages without having to install them globally:

> npx cowsay wow
npx: installed 1 in 1.413s
 _____
< wow >
 -----
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

you can even use npx to view this list of awesome-npx tools:

> npx awesome-npx

packages which work well with npx

cowsay - adds cow ascii art to your special message

npx cowsay <text>

figlet-cli - the classic multi-line ascii text generator, with font support

npx figlet-cli <text>

shx - portable shell commands like ls, cp, rm

npx shx ls npx shx rm -rf /tmp

articles and resources

  • write one and we'll link it here!

etc

Please read the CONTRIBUTING.md and CODE_OF_CONDUCT.md docs. Everything in this repo is licensed CC0-1.0 unless otherwise noted. Thank you for being awesome!