8000 GitHub - drornir/toy-go-temporal-app: How is it writing temporal in go?
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drornir/toy-go-temporal-app

Repository files navigation

This is me hacking away in temporal

Getting Started

This project uses devbox to manage its development environment.

Install devbox:

curl -fsSL https://get.jetpack.io/devbox | bash

Start the devbox shell:

devbox shell

Run a script in the devbox environment:

devbox run <script>

Scripts

Scripts are custom commands that can be run using this project's environment. This project has the following scripts:

Shell Init Hook

The Shell Init Hook is a script that runs whenever the devbox environment is instantiated. It runs on devbox shell and on devbox run.

echo 'Welcome to devbox!' > /dev/null

Script Details

devbox run test

echo "Error: no test specified" && exit 1

About

How is it writing temporal in go?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0