1.0.0 • Published 5 years ago

fastrunner v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

fastrunner

  • Run JavaScript and TypeScript files fast

Install

  • npm i fastrunner

Example

  • Run JavaScript:
  1. fr index or fr index.js

  2. js index or js index.js

  • Run TypeScript:
  1. fr index or fr index.ts

  2. ts index or ts 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