You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitwatch/package.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" ]
}