Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 700 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 700 Bytes

FileLog

A simple and easy-to-understand program that detects changes on files and folders.

Installation

Use git to clone this repository like this:

git clone https://github.com/BandiCode/filelog

Usage

Simply run those commands:

# Installs all the packages needed
npm install

# Runs code
npm start

Note

This is my first repository, it's a very simple code I made to get familiar with GitHub

Contributing

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.

License

Mozilla Public License 2.0