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
- Host: GitHub
- URL: https://github.com/spatocode/jerm
- Owner: spatocode
- License: bsd-3-clause
- Created: 2023-07-05T21:55:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T16:33:12.000Z (over 2 years ago)
- Last Synced: 2025-04-06T21:44:50.618Z (about 1 year ago)
- Topics: aws, aws-lambda, cloud, lambda, serverless
- Language: Go
- Homepage:
- Size: 13.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jerm
 [](https://goreportcard.com/report/github.com/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)