Skip to content

saurabhmehta1601/run-my-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run-my-file

npm (custom registry) GitHub issues

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.

How to use it ?

1. Installation

Using npm

  • Inside terminal run npm install -g run-my-file

Using yarn

  • Inside terminal run yarn global add run-my-file .

3. Usage

  • From terminal run run-my-file <file-name-with-extention>
  • Example run-my-file hello.cpp

Supported Languages

  • nodejs
  • c/c++
  • Java

Releases

No releases published

Packages

No packages published