0.0.7 • Published 6 years ago

git-sentinel v0.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
6 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

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago