git-sentinel

0.0.7 • Public • Published

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
      ]
    }
  ]
}

/git-sentinel/

    Package Sidebar

    Install

    npm i git-sentinel

    Weekly Downloads

    3

    Version

    0.0.7

    License

    ISC

    Unpacked Size

    28.6 kB

    Total Files

    25

    Last publish

    Collaborators

    • 606ep