run-my-file
v1.0.0
Published
A nodejs cli to execute program files with single command.
Downloads
4
Readme
runcode
A command line tool to execute single program files .
Why use it ?
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.
Supported Languages
- nodejs
- c/c++
- Java