@dragunovartem99/flow

0.1.3 • Public • Published

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

Package Sidebar

Install

npm i @dragunovartem99/flow

Weekly Downloads

42

Version

0.1.3

License

MIT

Unpacked Size

7.76 kB

Total Files

14

Last publish

Collaborators

  • dragunovartem99