1.0.0 • Published 4 years ago

ts-to-bin v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

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 code
  • build: Build your TS code ( outDir: ./build )
  • lint: Lint your code
  • package: 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