1.29.11 • Published 4 months ago

node-talisman v1.29.11

Weekly downloads
113
License
MIT
Repository
github
Last release
4 months ago

node-talisman · npm PRs Welcome GitHub license CircleCI Coverage Status Known Vulnerabilities

A npm package for running Thoughtwork's Talisman tool as a CLI.

Requires

  • Node 12+

Features

Installation

  1. Add package

    npm install --save-dev node-talisman
  2. Add a script to package.json

    {
      "scripts" : {
        "node-talisman": "node-talisman",
        ...
      }
      ...
    }
  3. Use it as you like :wink:

    Using above script:

    npm run node-talisman -- --githook [pre-commit|pre-push]
    
    # finds all .js and .ts files in the current directory (recursively)
    npm run node-talisman -- --pattern="./**/*.{js,ts}"

    Using npx:

    npx node-talisman --githook [pre-commit|pre-push]
    
    # finds all .js and .ts files in the current directory (recursively)
    npx node-talisman --pattern="./**/*.{js,ts}"

    For more details checkout Talisman as a CLI utility.

Contributing Guide

Anyone can help to make this project better - check out the Contributing Guide!

Code of Conduct

Please adhere to Code of Conduct.

Issues

Please make sure to read the Issue Reporting Guidelines before opening an issue.

Changelog

Detailed changes for each release are documented in the release notes.

License

Licensed under the MIT licensed.

1.29.11

4 months ago

1.29.10

12 months ago

1.29.8

1 year ago

1.29.9

1 year ago

1.29.7

1 year ago

1.29.4

1 year ago

1.29.5

1 year ago

1.29.2

2 years ago

1.29.3

2 years ago

1.29.6

1 year ago

1.29.0

2 years ago

1.29.1

2 years ago

1.28.1

2 years ago

1.28.0

2 years ago

1.25.0

2 years ago

1.26.0

2 years ago

1.27.0

2 years ago

1.23.0

3 years ago

1.22.1

3 years ago

1.22.2

3 years ago

1.22.0

3 years ago

1.11.0

3 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.1

4 years ago

1.6.2

4 years ago

1.7.0

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago

1.0.0-beta.10

5 years ago

1.0.0-beta.9

5 years ago

1.0.0-beta.8

5 years ago

1.0.0-beta.7

5 years ago

1.0.0-beta.6

5 years ago

1.0.0-beta.5

5 years ago

1.0.0-beta.4

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

5 years ago

1.0.0-beta.0

5 years ago