Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phenomnomnominal/betterer
betterer makes it easier to make incremental improvements to your codebase
https://github.com/phenomnomnominal/betterer
codebase hacktoberfest improvement incremental test
Last synced: 3 months ago
JSON representation
betterer makes it easier to make incremental improvements to your codebase
- Host: GitHub
- URL: https://github.com/phenomnomnominal/betterer
- Owner: phenomnomnominal
- License: mit
- Created: 2019-09-09T20:45:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T13:53:02.000Z (7 months ago)
- Last Synced: 2024-04-14T04:08:51.499Z (7 months ago)
- Topics: codebase, hacktoberfest, improvement, incremental, test
- Language: TypeScript
- Homepage:
- Size: 26.3 MB
- Stars: 561
- Watchers: 6
- Forks: 38
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-javascript - @betterer/monorepo
- awesome-javascript - @betterer/monorepo
README
[![Betterer](https://raw.githubusercontent.com/phenomnomnominal/betterer/master/website/static/img/header.png)](https://phenomnomnominal.github.io/betterer/)
[![npm version](https://img.shields.io/npm/v/@betterer/cli.svg)](https://www.npmjs.com/package/@betterer/cli)
# Betterer
Are you working with a large team, or a legacy codebase? Want to make big sweeping changes over your project, but can't do it all in one go?
Making widespread changes to a codebase can be really hard. When trying to make some sort improvement that affects a lot of code, one of two things often happens:
1. You start a really long-lived branch that is awful to maintain and often impossible to merge.
2. You and your team have some agreement to make the improvement slowly over time, but it gets forgotten about and never really happens.
**`Betterer`** makes it easier to make incremental improvements to your codebase!
## Docs
[Check out the docs at `phenomnomnominal.github.io/betterer`!](https://phenomnomnominal.github.io/betterer)