Skip to content

ssmak/directory-versioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

directory-versioning

Make versioning for directory with Git.



History

Manager calls a meeting with me and complain that the website is unstable. "Anything updated yesterday?" - ask by the Manager"
The production environment can be complex and not only one person can add, update or delete the content. The result is "I don't know who make the change."
The solution is to make versioning for any repositories that you concern. View and rollback the change on demand.

Installation + Use

  1. Install the npm globally
npm install -g directory-versioning
  1. Start versioning for directory
directory-versioning --path <PATH_OF_THE_FOLDER> [--d] [--i 10] [--q]

d: Run as long run process.
i: Time interval, unit in second(s).
q: Quiet mode.

Test

npx mocha
OR
npm test

License

MIT

About

Make versioning for directory with Git.

Resources

Stars

Watchers

Forks

Packages

No packages published