Skip to content

gren-lang/gren-make-static

Repository files navigation

gren-make-static

Use this program to convert Gren applications into static executables.

The Gren application has to target the node platform, be compiled to a file without the .js extension and cannot make use of ports.

Usage:

gren-make-static <input-file> <executable>

You can also generate a snapshot, which can be passed to node.js to improve startup time:

gren-make-static --snapshot <input-file> <snapshot-file>

About

Create static executables out of Gren applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published