Skip to content

mavieth/auto-compile-c-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Compiling C Programs on Save

Compiling C programs each time that you save a file using NPM task runner Gulp. Are you tired of switching windows each time you'd like to save and compile your c program? Same.

Installation

Install NPM

curl -L https://www.npmjs.com/install.sh | sh

Clone the repo and install node modules with NPM

git clone https://github.com/mavieth/auto-compile-c-programs.git
cd auto-compile-c-programs
npm install

Start Gulp

gulp

That's it! Enjoy your autocompiling.

The Result

About

Compiling C programs each time that you save a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published