mirror of
https://github.com/gitwatch/gitwatch
synced 2024-11-15 06:12:52 +00:00
9 lines
272 B
JSON
9 lines
272 B
JSON
|
{
|
||
|
"name": "gitwatch",
|
||
|
"version": "0.0.1",
|
||
|
"description": "A script to watch a file or folder and automatically commit changes to a Git repo",
|
||
|
"global": "1",
|
||
|
"install": "install -b gitwatch.sh ${PREFIX:-/usr/local}/bin/gitwatch",
|
||
|
"scripts": [ "gitwatch.sh" ]
|
||
|
}
|