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 !
- Host: GitHub
- URL: https://github.com/offirmo/hello-world-npx
- Owner: Offirmo
- License: unlicense
- Created: 2017-07-16T10:59:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T09:24:00.000Z (almost 9 years ago)
- Last Synced: 2025-03-18T06:17:47.964Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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