An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

nodexe
======

Compile nodejs source code as an executable

### Usage:

nodexe [files]

### Example:

find . -name *.js | nodexe ./app.js