1.2.1 • Published 5 years ago

repo-baseline v1.2.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Passing Tests on master Dependency check Maintainability Test Coverage Greenkeeper badge semantic-release

repo-baseline

repo-baseline is a tool for your test pipeline. It helps you and your team not to fall below a certain quality level in your repository. You simply create a ruleset (or use a existing one) according to your taste, and repo-baseline checks if all requirements are met.

Motivation

Any person today can put software online. The quality of the software is insignificant and often not very satisfactory. Deep dependency-trees and badly maintained repositories thus migrate into your own tech stack. This tool is supposed to add a building block to increase and maintain the quality of software.

Usage

Try this:

cd path/to/repository
npm repo-baseline

The tool will complain about not finding a repo-baseline.yml. As an example, you can take the repo-baseline.yml of this project by simply executing the following command:

curl -O https://raw.githubusercontent.com/oliverlorenz/repo-baseline/master/repo-baseline.yml

After that, do the following again:

npx repo-baseline
1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago