directory-versioning
v1.0.5
Published
Make versioning for directory with Git.
Downloads
1
Maintainers
Readme
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
- Install the npm globally
npm install -g directory-versioning
- 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