Skip to content

jakepearson/ts-shebang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages