https://github.com/johnsonlee/nodexe
Compile nodejs source code as an executable
https://github.com/johnsonlee/nodexe
Last synced: about 1 month ago
JSON representation
Compile nodejs source code as an executable
- Host: GitHub
- URL: https://github.com/johnsonlee/nodexe
- Owner: johnsonlee
- Created: 2014-02-21T09:59:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T15:07:56.000Z (over 12 years ago)
- Last Synced: 2025-10-13T03:35:47.283Z (8 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nodexe
======
Compile nodejs source code as an executable
### Usage:
nodexe [files]
### Example:
find . -name *.js | nodexe ./app.js