Skip to content

chriskrycho/checkup

 
 

Repository files navigation

checkup

Use static analysis and gain insights to help drive maintenance decisions

CI Build License Dependabot Volta Managed TypeScript Code Style: prettier

Checkup is a framework that uses static analysis and gain insights to help drive maintenance decisions. It provides a framework to run tasks to gather information about the craftsmanship and quality of your codebase. Task results are output as SARIF, which provides a consistent schema for data processing, and can be integrated into your development workflow through IDE integrations.

Checkup summary output

Checkup allows you to determine the important information you care about, and provides the infrastructure to gather and output that data.

Tasks can gather insights on things like

  • Code structure - to give shape to your project, which can help you understand the codebase and identify areas of improvement
  • Dependency health - such as which dependency versions are out of date, or outside supported ranges
  • Test health - to identify types of tests used, which tests are being skipped, and what the shape of the test infrastructure is
  • API compatability - to identify which APIs are being used, and which are not
  • Migration status - to give practical insight into how your codebase is being migrated
  • Anything else you can dream up... 💡

Features

  • Task Runner CLI - A CLI that runs tasks that can be loaded via plugins.
  • Code Generators - A collection of generators allowing you to generate a checkup config file, plugin project structure, and task files and tests.
  • Plugins - Existing plugins for JavaScript, Ember, and Ember Octane.

Installation

To install Checkup, run the following command:

$ npm install @checkup/cli

Usage

See the CLI README for information on usage.

Contributing

To contribute, please read the CONTRIBUTING guidelines.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Steve Calvert

💻 💬 👀 🚇

carakessler

💻 💬 👀 🚇

Zhan Wang

💻 👀

Mahir Shah

💻

Tyler Becks

💻

Gabriel Csapo

💻

Lisa Li

💻

Evan Solomon

💻

Omayeli Arenyeka

💻

Chad Hietala

💻

Robert Jackson

💻 💬 👀 🚇

Brenden Palmer

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

A health checkup for your project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.4%
  • EJS 1.9%
  • JavaScript 1.6%
  • Other 0.1%