Skip to content

dragunovartem99/flow

Repository files navigation

Flow

Declarative tmux session configuration for web development

  • Quick setup via npm
  • Simple configuration

Installation

npm install --save-dev @dragunovartem99/flow

Usage

  1. Add the following to your project's package.json:
{
    "scripts": {
        "flow": "flow"
    }
}
  1. Create .flow.json file in your project root
    It might look like something like this:
{
    "session": "my-session",
    "windows": [
        {
            "name": "editor",
            "command": "nvim ."
        },
        {
            "name": "tests",
            "command": "npm run test"
        },
        {
            "name": "server",
            "command": "npm run dev"
        }
    ]
}

Another example from a real project

  1. Let the flow run:
npm run flow

About

Declarative tmux session configuration for web development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •