hello-world-npx
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -5,2 +5,5 @@ #!/bin/sh | ||
console.log('Hello, world!') | ||
const CFonts = require('cfonts') | ||
CFonts.say('Hello, npm world !', { font: 'chrome', colors: ['yellow', 'green', 'red']}) |
{ | ||
"name": "hello-world-npx", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "testing the awesome new npx utility", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# 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, use: | ||
```bash | ||
npx hello-world-npx --ignore-existing | ||
``` | ||
## Interesting reads | ||
@@ -6,0 +20,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2744
5
24