1.0.0 • Published 5 years ago
fastrunner v1.0.0
fastrunner
- Run JavaScript and TypeScript files fast
Install
npm i fastrunner
Example
- Run JavaScript:
fr index
orfr index.js
js index
orjs index.js
- Run TypeScript:
fr index
orfr index.ts
ts index
orts index.ts
All commands
--------------------
Basic Commands
--------------------
fastrunner (fr) -h --help (List all commands)
fastrunner (fr) -v --version (Shows version)
--------------------
Run JavaScript file
--------------------
fastrunner (fr) <file> (Execute the file)
javascript (js) <file> (Execute the file)
Examples:
js main
js main.js
--------------------
Run TypeScript file
--------------------
fastrun (fr) <file> (Execute the file)
typescript (ts) <file> (Execute the file)
Examples:
ts main
ts main.js
License
- MIT
1.0.0
5 years ago