1.0.6 • Published 6 years ago

ts-shebang v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

ts-shebang

Run your ts files as executables

To use

  • Run npm install -g ts-shebang
  • Create a typescript file with a shebang at the top:
#!/usr/bin/env ts-shebang

console.log('Hooray!');
  • Run chmod +x {your typescript file} from your terminal to make it executable
  • Execute your typescript file
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

8 years ago

1.0.0

8 years ago