An open API service indexing awesome lists of open source software.

https://github.com/offirmo/hello-world-npx

Trying the awesome new npm -> npx feature !
https://github.com/offirmo/hello-world-npx

Last synced: over 1 year ago
JSON representation

Trying the awesome new npm -> npx feature !

Awesome Lists containing this project

README

          

# hello-world-npx
Trying the awesome new npm -> npx feature !

## Usage
Using npm >= 5.2.0:

```bash
npx hello-world-npx
```

If the latest version is not taken into account (cache), use:

```bash
npx hello-world-npx --ignore-existing
```

## Interesting reads

* npx https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b
* npm scripts https://docs.npmjs.com/misc/scripts
* npm binary https://docs.npmjs.com/files/package.json#bin