The demo
project provides a simple and efficient way to manage temporal workspaces. It offers a straightforward setup process using make
or bun install
for dependency management. The usage is user-friendly, allowing the creation of new workspaces with the demo create
command, and supports clean slate operations with the demo create --rm
option to remove the workspace before use.
On macos with Homebrew: brew install jondotsoy/core/demo
Install with make
o install the dependencies with bun install
Create a new workspace with demo create
if you need remove the workspace before use demo create --rm
.