An open API service indexing awesome lists of open source software.

https://github.com/spatocode/jerm

Seamlessly deploy serverless apps across all clouds
https://github.com/spatocode/jerm

aws aws-lambda cloud lambda serverless

Last synced: 3 months ago
JSON representation

Seamlessly deploy serverless apps across all clouds

Awesome Lists containing this project

README

          

# Jerm

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/spatocode/jerm/tests.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/spatocode/jerm)](https://goreportcard.com/report/github.com/spatocode/jerm) ![GitHub release (with filter)](https://img.shields.io/github/v/release/spatocode/jerm)
![issues](https://img.shields.io/github/issues/spatocode/jerm)

Jerm is an open source tool that helps you deploy serverless apps seamlessly across all clouds.

## Quickstart

This guide will get you up and running in a few minutes.

### Install

To install Jerm run

```
$ go install github.com/spatocode/jerm/cmd/jerm@latest
```

### Usage

Deploy your app

```
$ jerm deploy
```

## Contributing

Jerm is still under early development and all contributions are welcomed.

## License

Jerm is licensed under the [BSD-3-Clause license](https://github.com/spatocode/jerm/blob/main/LICENSE)