Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tabetalt/pulumix
Pulumi template-resources used in Tabetalt backend
https://github.com/tabetalt/pulumix
kit pulumi tabetalt
Last synced: about 1 month ago
JSON representation
Pulumi template-resources used in Tabetalt backend
- Host: GitHub
- URL: https://github.com/tabetalt/pulumix
- Owner: tabetalt
- License: mit
- Created: 2020-06-14T17:32:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T01:23:28.000Z (about 2 years ago)
- Last Synced: 2024-08-03T01:20:10.401Z (4 months ago)
- Topics: kit, pulumi, tabetalt
- Language: TypeScript
- Homepage:
- Size: 316 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-pulumi - `tabetalt/pulumix` - Set of template-driven Pulumi resources used to configure Tabetalt's intrastructure as code. (Libraries / Miscellaneous)
README
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![code style: airbnb](https://img.shields.io/badge/eslint-airbnb-ff5a5f.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
![npm bundle size](https://img.shields.io/bundlephobia/min/@tabetalt/pulumix?style=flat-square)
![npm](https://img.shields.io/npm/v/@tabetalt/pulumix?style=flat-square)![Tabetalt Pulumix](.github/assets/header.jpg)
Pulumix is a set of template-driven [Pulumi](https://pulumi.com) [resources](src/), used to configure Tabetalts intrastructure as code.
## Disclaimer
Pulumix is opinionated and will change based on the needs of Tabetalt. However, as an Open Source project, you can contribute by adding Pull Requests or add issues. We intend to keep this library non-specific to our deployment, so it will stay useable by anyone who wants to. We do follow Semantic Release, so you should not get any surprises. We value stability 👍
## Quickstart
```shell
$ npm install @tabetalt/pulumix
``````shell
$ yarn add @tabetalt/pulumix
```## Documentation
Apart from this README, you can find details and examples of using the library in the following places:
- [SDK Documentation](docs/README.md)
- [Pulumi Documentation](https://www.pulumi.com/docs/)## Contribute
We love to get help 🙏. Head over to [issues](https://github.com/tabetalt/pulumix/issues) if you have any issues or want to help!