directory-versioning

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i directory-versioning

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

11.1 kB

Total Files

6

Last publish

Collaborators

  • ssmak