A brief example on how to use npx
to run gist based scripts.
Read the article here https://neutrondev.com/npm-vs-npx-whats-the-difference/
A brief example on how to use npx
to run gist based scripts.
Read the article here https://neutrondev.com/npm-vs-npx-whats-the-difference/
{ | |
"name": "run-js-with-npx-from-gist", | |
"version": "1.0.0", | |
"bin": "./index.js" | |
} |
yes, truly amazing :) |
|
hahaha this is great, thanks! |
|
Amazing!! thanks |
nice |
@dagolinuxoid, @xerosanyam, @lantosgyuri, @robert-rae, @MohammadMojtabaRoshani-TOMaaR, @romualdovillalobos, @maan-singh |
Thanks for the explanation |
Such an awesome feature I've never imagined the mere local command being capable of this! Thank you for this education! |
It was really helpful for me as a new learner!!! thanks a lot!! |
This example was extremely helpful! Thanks a lot :) |
Is there any possibility to have arguments in the scripts which values are provided through options in the npx command? |
Thank you, @fredsced, @RyotaBannai, @mdn-cloud, @jonasmateus. @lukaskoeller I don't know tbh, haven't tried that yet ^^ |
Thanks. This was helpful |
I've read your article in russian from here |
This comment has been minimized.
You did a good job of explaining
npx