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
- Host: GitHub
- URL: https://github.com/pumpncode/upkeep
- Owner: pumpncode
- License: 0bsd
- Created: 2025-01-26T21:28:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T05:04:37.000Z (over 1 year ago)
- Last Synced: 2025-01-30T06:18:01.566Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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