A command line tool to execute single program files .
-
For languages like c++ and java where source code is compiled into another file . It automatically compiles , executes and deletes the interprocess generate file .
-
No need to remember the command to compile and execute a program for different languages.
- Inside terminal run
npm install -g run-my-file
- Inside terminal run
yarn global add run-my-file
.
- From terminal run
run-my-file <file-name-with-extention>
- Example
run-my-file hello.cpp
- nodejs
- c/c++
- Java