1.0.0 • Published 5 years ago
ts-to-bin v1.0.0
TS-TO-BIN
Boilerplate for creating fully standalone binaries from typescript application
Quick start
Put your code into src/main.ts (your entry point) and run the described commands
Available scripts
start
: Build and test your TS codebuild
: Build your TS code ( outDir: ./build )lint
: Lint your codepackage
: Package all your code and imports in one js file ( outDir: ./package )bin
: Create your binary from de packaged file ( ./package/main.js ),execute-bin
: Do everything uppon this command and start yout fresh generated binary file called ./bin
1.0.0
5 years ago