0.0.7 • Published 8 years ago

git-sentinel v0.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Work has been just started

There should be a file sentinel.json with checking rules

{
  "rules": [
    {
      "name": "lint ts",
      "mask": ".ts$",
      "separate": true,     // fire command separate for each file. Current file will be "${filename}" in cmd
      "stopOnError": false, // stop on first error in rule, default false
      "commands": [
        "node_modules/.bin/tslint ${filename}" // list of commands to run
      ]
    }
  ]
}
0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago