A simple and easy-to-understand program that detects changes on files and folders.
Use git to clone this repository like this:
git clone https://github.com/BandiCode/filelog
Simply run those commands:
# Installs all the packages needed
npm install
# Runs code
npm start
This is my first repository, it's a very simple code I made to get familiar with GitHub
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.