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

https://github.com/jondotsoy/demo

Effortlessly manage temporal workspaces
https://github.com/jondotsoy/demo

Last synced: about 2 months ago
JSON representation

Effortlessly manage temporal workspaces

Awesome Lists containing this project

README

        

# `demo` command

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.

## Installing

On macos with [Homebrew](https://formulae.brew.sh/): `brew install jondotsoy/core/demo`

## Setup

Install with `make` o install the dependencies with `bun install`

## Usage

Create a new workspace with `demo create` if you need remove the workspace before use `demo create --rm`.