Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobwgillespie/hydrographer
Generate Helm charts with JavaScript
https://github.com/jacobwgillespie/hydrographer
Last synced: 17 days ago
JSON representation
Generate Helm charts with JavaScript
- Host: GitHub
- URL: https://github.com/jacobwgillespie/hydrographer
- Owner: jacobwgillespie
- License: mit
- Created: 2021-08-05T23:01:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T05:00:31.000Z (8 months ago)
- Last Synced: 2024-11-06T04:24:34.921Z (2 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/hydrographer
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hydrographer
Generate Helm charts with JavaScript.
- [Installation](#installation)
- [Usage](#usage)
- [API](#api)
- [Examples](#examples)
- [License](#license)## Installation
Install using your preferred package manager:
```bash
$ yarn add hydrographer
$ pnpm add hydrographer
$ npm install hydrographer
```## Usage
TODO
## API
[Read the API documentation.](./docs/modules.md)
## Examples
TODO
## License
MIT License, see `LICENSE`.