GitXplorerGitXplorer
j

awesome-npx

public
1284 stars
47 forks
17 issues

Commits

List of commits on branch master.
Unverified
75a7644fac059c85a2bcda8efc0b0c7e828fce32

Merge pull request #17 from forivall/patch-1

jjunosuarez committed 7 years ago
Unverified
a6b331a3ff271621c95254098fd0068d085cacdd

Add `goops`

fforivall committed 7 years ago
Unverified
9e08f2c7dc117cb0c61d3bf25fcd7472be6bcab3

Merge pull request #16 from fredericmarx/patch-1

jjunosuarez committed 7 years ago
Unverified
d3fc50a8a6b9e6a6023afbab7c5c75a15b9e54f3

Add pa11y

ffredericmarx committed 7 years ago
Unverified
4d3b57173734ccfb03987578af2d840e3e2b2e76

add qrip

jjunosuarez committed 8 years ago
Unverified
bc2db4987958aaeb9b9162e624e01fe11195a93a

Fix sort

jjunosuarez committed 8 years ago

README

The README file for this repository.

awesome-npx Awesome

🌟 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:

🛠 useful

alex - check text or markdown documents for insensitive or inconsiderate writing

npx alex README.md cat README.md | npx alex

decode-zhuyin - decode Chinese word to Zhuyin password

npx decode-zhuyin <text>

goops - add gitignore rules heuristically based on files in your current directory

npx goops

http-server - run a static web server in your current directory

npx http-server

json-server - run a mock REST API server with JSON-based response configuration

npx json-server https://raw.githubusercontent.com/typicode/jsonplaceholder/master/data.json

NodeSchool Workshoppers - Learn something new!

npx learnyounode npx how-to-npm npx git-it npx elementary-electron

okimdone - execute a long-running command and be told out loud when it's done

npx okimdone npm install

pa11y - check websites for accessibility issues

npx pa11y http://example.com

shx - portable shell commands like ls, cp, rm

npx shx ls npx shx rm -rf /tmp

strip-ansi-cli - remove terminal color codes from piped text

echo -e "\033[33m hello" | npx strip-ansi-cli

🐢🚀 node.js development

dist-upgrade - install the latest global node and npm

npx dist-upgrade

npm-check - interactively update npm dependencies

npx npm-check npx npm-check --skip-unused --update

nsp - scan your npm project for vulnerabilities and security alerts

npx nsp check

snyk - scan for vulnerabilities in your project and its dependencies and even fix them (requires account with service)

npx snyk test npx snyk monitor

sort-package-json - sort your package.json keys

npx sort-package-json

😺 fun

benny-hill - plays benny-hill theme music while a command is running

npx benny-hill npm test

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>

lolcatjs - colorful rainbow text from a file or stdin

echo hello | npx lolcatjs --animate cat /dev/urandom | base64 | npx lolcatjs

qrip - generate QR codes in your terminal

npx qrip https://random.cat npx qrip "$(npm info qrip homepage)"

npx workin-hard

📰 articles and resources

📇 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!