Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "kdm-cli",
"projectOwner": "KDM-cli"
}
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,25 @@ To set up your development environment:
npm run test
```

## Contributors

This project follows the [All Contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!

### Adding Yourself as a Contributor

We use the [All Contributors Bot](https://allcontributors.org/docs/en/bot/overview) to automate adding contributors. You can add yourself by leaving a comment on your Pull Request or any Issue:

```
@all-contributors please add @<username> for <contribution-type>
```

For example, to add yourself for code contribution:
```
@all-contributors please add @your-username for code
```

For a list of valid contribution types, see the [Emoji Key](https://allcontributors.org/docs/en/emoji-key).

## Coding Style

Please ensure your code is idiomatic and follows the existing TypeScript conventions in the codebase.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# KDM — Kubernetes + Docker Monitoring CLI

[![All Contributors](https://img.shields.io/github/all-contributors/KDM-cli/kdm-cli?color=ee8449&style=flat-square)](#contributors)

KDM (Kubernetes Docker Monitor) is a lightweight, terminal-based monitoring CLI tool that automatically detects and monitors running Docker containers and Kubernetes pods. It provides real-time resource usage, health status, and unified views of your runners.

## Features
Expand Down Expand Up @@ -65,6 +67,17 @@ KDM is built with:
- **Ink** for terminal UI
- **tsup** for high-performance bundling

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

## License

MIT