@plugjs/tsrun
TypeScript icon, indicating that this package has built-in type declarations

0.5.49 • Public • Published

A simple TypeScript runner

Used extensively by the PlugJS Build System, tsrun is an extremely simple (but fast) script runner for TypeScript supporting EcmaScript modules and CommonJS modules.

Used as a command line utility, it offers few options:

tsrun [--options] script.ts [...script args]

Options:

    -h --help       Help! You're reading it now!
    -v --version    Version! This one: 0.4.0!
    -e --eval       Evaluate the script
    -p --print      Evaluate the script and print the result
       --force-esm  Force transpilation of ".ts" files to EcmaScript modules
       --force-cjs  Force transpilation of ".ts" files to CommonJS modules

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.5.490latest

Version History

VersionDownloads (Last 7 Days)Published
0.5.490
0.5.48259
0.5.4731
0.5.461
0.5.451
0.5.440
0.5.430
0.5.420
0.5.410
0.5.400
0.5.390
0.5.385
0.5.370
0.5.360
0.5.350
0.5.340
0.5.330
0.5.320
0.5.310
0.5.300
0.5.290
0.5.270
0.5.260
0.5.250
0.5.230
0.5.220
0.5.210
0.5.200
0.5.190
0.5.180
0.5.170
0.5.160
0.5.141
0.5.130
0.5.120
0.5.110
0.5.100
0.5.90
0.5.80
0.5.70
0.5.60
0.5.50
0.5.40
0.5.31
0.5.21
0.5.11
0.5.01
0.4.290
0.4.280
0.4.271
0.4.260
0.4.250
0.4.240
0.4.230
0.4.220
0.4.210
0.4.200
0.4.190
0.4.180
0.4.170
0.4.160
0.4.150
0.4.140
0.4.130
0.4.120
0.4.110
0.4.100
0.4.90
0.4.80
0.4.70
0.4.60
0.4.50
0.4.40
0.4.30
0.4.20
0.4.10
0.4.00

Package Sidebar

Install

npm i @plugjs/tsrun

Weekly Downloads

297

Version

0.5.49

License

Apache-2.0

Unpacked Size

491 kB

Total Files

25

Last publish

Collaborators

  • pfumagalli