https://github.com/anandchowdhary/run-url
🏃 Run a Node.js file from a URL, easily "npx run-url"
https://github.com/anandchowdhary/run-url
bash cli nodejs runner script typescript util
Last synced: 8 months ago
JSON representation
🏃 Run a Node.js file from a URL, easily "npx run-url"
- Host: GitHub
- URL: https://github.com/anandchowdhary/run-url
- Owner: AnandChowdhary
- License: mit
- Created: 2020-03-18T17:06:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T06:13:52.000Z (over 4 years ago)
- Last Synced: 2025-05-07T20:07:46.051Z (about 1 year ago)
- Topics: bash, cli, nodejs, runner, script, typescript, util
- Language: JavaScript
- Homepage: https://anandchowdhary.github.io/run-url/
- Size: 29.3 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏃 `run-url`
Simply run a Node.js file from a URL, installing dependencies and everything.
[](https://github.com/AnandChowdhary/run-url/actions)
[](https://travis-ci.org/AnandChowdhary/run-url)
[](https://github.com/AnandChowdhary/run-url/blob/master/LICENSE)


[](https://www.npmjs.com/package/run-url)
[](https://www.npmjs.com/package/run-url)
## 💡 Usage
```bash
npx run-url https://gist.githubusercontent.com/AnandChowdhary/3c0400b29a18a2afff7a23e2a3308c22/raw/221204bc51bb7ef799363ef1e05f14c264b4a8ec/log.js
```
In the above example, the GitHub Gist URL logs the current date. Replace it with the URL of a Node.js file.
## 📄 License
[MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.com)