0.2.1 • Published 4 months ago

sealer v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Sealer

Easily create Node.js single executable applications.

Example Config

{
  "in": "./src/index.ts",
  "out": {
    "dir": "releases",
    "name": "cli-app",
    "targets": [
      {
        "version": "latest"
      }
    ]
  },
  "blob": {
    "useCodeCache": true
  }
}
0.2.1

4 months ago

0.2.0

4 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago