Skip to content
/ cdemon Public

Executes a command, and on any change to any item of current tree with directory as root, executes it again. Basically, Nodemon in C

License

Notifications You must be signed in to change notification settings

resyfer/cdemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libexpress

Nodemon for C :) It is speed.

Dependencies

Following need to be installed first:

Install

git clone https://github.com/resyfer/cdemon.git
cd cdemon
make install
cd ..
rm -rf cdemon

Usage

If you want to run the command:

ls -alh

just add a cdemon before it:

cdemon ls -alh

About

Executes a command, and on any change to any item of current tree with directory as root, executes it again. Basically, Nodemon in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published