0.0.3 • Published 1 year ago

@rocketmakers/bitrot v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Rocketmakers Bitrot Tool

A tool allowing Rocketmakers to detect bitrot in projects.

The main focus of this tool is to notify about versions becoming outdated over time.

To setup this in your project you will need to:

  • Add yaml extension from vscode marketplace
  • Add the below to .vscode/settings.json in the root of your project

    "yaml.schemas": {
        "node_modules/bitrot/schema.json": "bitrot.yaml",
      },
  • Add bitrot.yaml to the root of your project using node_modules/bitrot/schema.json to validate/help, an example is below:

    projects:
      - name: 'backend'
        path: 'backend'
        tags: ['node']
    
    justifications:
      - rule: 'pkg:npm/mocha'
        reason: 'Not switched to Jest yet'

This can then be ran using npx @rocketmakers/bitrot which if not installed will run the latest version. If you install bitrot as a package you will be locked to a specific version and will not receive rule updates.

0.21.0

1 year ago

0.20.0

1 year ago

0.19.0

1 year ago

0.15.0

1 year ago

0.16.0

1 year ago

0.15.1

1 year ago

0.17.0

1 year ago

0.15.2

1 year ago

0.18.0

1 year ago

0.13.0

1 year ago

0.12.1

1 year ago

0.14.0

1 year ago

0.13.1

1 year ago

0.11.0

1 year ago

0.10.1

1 year ago

0.10.0

1 year ago

0.9.0

1 year ago

0.8.1

2 years ago

0.7.2

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.6.2

2 years ago

0.7.3

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.3.7

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.0.3-test1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago