Skip to content

A simple command-line tool for waking up your complex projects and workflows

Notifications You must be signed in to change notification settings

EliasPrescott/wake

Repository files navigation

Wake ⏰

A simple command-line tool for waking up complex projects and workflows.

Using .wake files, you specify a list of directories and commands to start as child processes.

Here is an example .wake file:

./api -> dotnet run
./front-end -> npm run
./logger -> docker compose up

The stdout and stderr of any child processes are asynchronously color-coded and streamed to your primary process.

About

A simple command-line tool for waking up your complex projects and workflows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published