Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Apr 21, 2024
1 parent 7253fb6 commit fdd8fc8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/kosko/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Kosko

[![](https://img.shields.io/npm/v/kosko.svg)](https://www.npmjs.com/package/kosko) ![Test](https://github.com/tommy351/kosko/workflows/Test/badge.svg) [![codecov](https://codecov.io/gh/tommy351/kosko/branch/master/graph/badge.svg)](https://codecov.io/gh/tommy351/kosko) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
[![](https://img.shields.io/npm/v/kosko.svg)](https://www.npmjs.com/package/kosko) ![Test](https://github.com/tommy351/kosko/workflows/Test/badge.svg) [![codecov](https://codecov.io/gh/tommy351/kosko/branch/master/graph/badge.svg)](https://codecov.io/gh/tommy351/kosko)

Organize Kubernetes manifests in JavaScript.
Organize Kubernetes manifests in TypeScript.

## Features

- Use JavaScript or any languages compiled to JavaScript. (e.g. [TypeScript])
- Use JavaScript or any language compiled to JavaScript. (e.g. [TypeScript])
- Manage multiple environments.
- Validate against Kubernetes OpenAPI definitions.
- Reuse variables and functions across components.
- Find issues such as missing namespaces, invalid pod selectors, require container probes, and much more.

## Documentation

Learn more on [the official site](https://kosko.dev).

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

MIT
Expand Down

0 comments on commit fdd8fc8

Please sign in to comment.