Giter Club home page Giter Club logo

awesome-npx's Introduction

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!

awesome-npx's People

Contributors

forivall avatar fredericmarx avatar junosuarez avatar keithamus avatar tpai avatar zacanger avatar zkat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-npx's Issues

Quickly format a file opened in vim with `npx` and `prettier` with 0 install.

Just share this trick for formatting code inside vim with npx and prettier

Quickly format a file opened in vim with npx and prettier with 0 install.

:%! npx -q prettier

Here is how it works ๐Ÿ‘‡

% โžก๏ธ use the actual file
! โžก๏ธ execute any command
npx -q prettier โžก๏ธ -q makes npx run is silent mode avoiding extra output

vim npx prettier

Is there any way to add it to awesome-npx? (If you consider it interesting of course ๐Ÿ˜…) I could write a small article if needed ๐Ÿ˜„ Here the tweet ๐Ÿ‘‡ https://twitter.com/AlvaroPinot/status/998117748893863937

This makes me think if npx should be running in quite mode by default. What do you think @zkat?

nsp no longer works

Instructions from readme.md:

nsp - scan your npm project for vulnerabilities and security alerts

npx nsp check


Returns the following error:

(+) Client request error: getaddrinfo ENOTFOUND api.nodesecurity.io api.nodesecurity.io:443

Add terminal markdown

Add terminal markdown support, as proposed here (#4) :)

I just realised that lessmd has no programatic version ๐Ÿ˜… but we could use marked-terminal. There will be no pager though ๐Ÿ˜ž.

Here a sample output:

screen shot 2017-07-22 at 12 59 57

open PR to awesome-lists

per https://github.com/js-n/awesome/blob/master/create-list.md :

  • Read the awesome manifesto and ensure your list complies.
  • Search this list before making a new one, as yours may be a duplicate. If it is, try and contribute to the best one instead of making your own.
  • Your awesome list should be named awesome-list-name and have the awesome badge, a license, and contribution guidelines. Adding a code of conduct is also strongly recommended. You might find this Yeoman generator useful.
  • Wait at least 30 days after creating a list before submitting it, to give it a chance to mature. - for this repo, that's 7/27/17
  • Make sure you read the contribution guidelines before submitting a request for your list to be added here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.