New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tmux-compose

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmux-compose

`tmux-compose` is yet another [tmuxinator](https://github.com/tmuxinator/tmuxinator) alternative.

latest
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

tmux-compose

tmux-compose is yet another tmuxinator alternative.

  • Start your tmux sessions with one command from the defined config file
  • Built with TypeScript/Node.js

Install

npm install -g tmux-compose

Usage

Create a config file: tmux-compose.yaml.

# tmux-compose.yaml

# Session name
name: my-session

# Root directory of your project(optional)
root: ./

# Windows
windows:
  editor: vim
  server: npm run dev

Run the following command to start the session.

$ tmux-compose start

my-session will be created and attached to the session.

-c option is available to specify the config file.

$ tmux-compose start -c tmux-compose.yaml

License

MIT

FAQs

Package last updated on 22 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts