Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getcoconut/coconut
A toolbox for the Pulumi Cloud Framework developer.
https://github.com/getcoconut/coconut
cloud local-testing pulumi serverless
Last synced: about 1 month ago
JSON representation
A toolbox for the Pulumi Cloud Framework developer.
- Host: GitHub
- URL: https://github.com/getcoconut/coconut
- Owner: getcoconut
- License: apache-2.0
- Created: 2021-08-17T16:31:07.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-10-28T15:16:31.000Z (about 3 years ago)
- Last Synced: 2024-11-07T19:57:53.243Z (about 1 month ago)
- Topics: cloud, local-testing, pulumi, serverless
- Language: TypeScript
- Homepage: https://getcoconut.io
- Size: 1.71 MB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pulumi - `getcoconut/coconut` - Serverless development tools around the Pulumi Cloud Framework (PCF) (Tools / Miscellaneous)
README
# Coconut
> Note: The project is still in a very early development stage and not ready for production use, but your feedback and contributions are very welcome!
Coconut provides tools to make serverless development around the [Pulumi Cloud Framework](https://github.com/pulumi/pulumi-cloud) (PCF) more simple. It allows you to emulate infrastructure locally & develop without deciding on a cloud provider to get started.
## Packages
Coconut consists of multiple packages that work together and that are all hosted in this monorep. Here is the list of the packages and their purposes:
| Name | Description |
| ---------------------------------------------------------- | ------------------------------------------------------- |
| [Coconut CLI](./packages/cli) | Main CLI for mocking and emulating PCF projects locally |
| [Pulumi Cloud Mock Provider](./packages/pulumi-cloud-mock) | The PCF provider used by the Coconut CLI |If you just want to use the tools, then head to the [Coconut CLI](./packages/cli) documentation and follow the getting started instructions. If you feel adventurous, which we hope, feel free to look through all packages and contribute with tickets and pull requests.