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
- Host: GitHub
- URL: https://github.com/jondotsoy/demo
- Owner: JonDotsoy
- License: mit
- Created: 2024-01-27T22:29:57.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-01-29T03:25:01.000Z (over 1 year ago)
- Last Synced: 2025-01-26T10:30:38.722Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`.