An open API service indexing awesome lists of open source software.

https://github.com/pumpncode/upkeep

run this regularly to keep your project clean
https://github.com/pumpncode/upkeep

Last synced: over 1 year ago
JSON representation

run this regularly to keep your project clean

Awesome Lists containing this project

README

          

# upkeep

[![logo of pumpncode/upkeep][logo-wide]][self]

This is the main repository for the upkeep project. upkeep is a comprehensive tool designed to streamline and automate the maintenance tasks of your JavaScript projects. It aims to include features for dependency management, code linting, and project initialization, making it easier to keep your projects up-to-date and consistent. For now, it just runs knip on your project.

## Getting Started

### Prerequisites

To use upkeep, you need to have the following installed:

- [Deno][deno]
- [Node.js][node-js]

### Installation

Install Knip and follow the guide at their [Getting Started][knip-getting-started] page.

## Usage

To use upkeep, run the following command:

```sh
deno run @jsr:@pumpn/upkeep
```

## Roadmap

See the [current projects][projects] and the [open issues][issues] for a list of proposed features and known issues.

## Contributing

Any contributions you make are **greatly appreciated**.

See the [contributing guide][contributing] for ways to get started.

This project has a [code of conduct][code-of-conduct]. By interacting with this repository you agree to follow its terms.

## Contact

Pumpn Code -

Nano Miratus - [@nnmrts][nnmrts-github] -

Project Link:

## Contributors

| Name | Website | GitHub |
| -- | -- | -- |
| **Nano Miratus** | | [**@nnmrts**][nnmrts-github] |

## License

[0BSD][license] © [Pumpn Code][pumpn-website]

[logo-wide]: https://github.com/pumpncode/logos/raw/refs/heads/main/projects/upkeep/wide.svg
[self]: https://github.com/pumpncode/upkeep
[deno]: https://deno.com
[node-js]: https://nodejs.org
[projects]: https://github.com/pumpncode/upkeep/projects
[issues]: https://github.com/pumpncode/upkeep/issues
[contributing]: https://github.com/pumpncode/.github/contributing.md
[code-of-conduct]: https://github.com/pumpncode/.github/code-of-conduct.md
[nnmrts-github]: https://github.com/nnmrts
[license]: /license.md
[pumpn-website]: https://pumpn.net
[knip-getting-started]: https://knip.dev/overview/getting-started