0.1.3 • Published 10 months ago

matome v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

matome

Run multiple development servers simultaneously.

NPM Version

Sometimes we need to run multiple dev servers simultaneously, especially when using platforms like Cloudflare or Vercel. This can often be a hassle for developers.

matome is a CLI tool designed to solve this problem. It allows you to run multiple commands at once by combining them with a hyphen. The stdout from each executed process is aggregated into a single, color-coded output for better readability.

Alternative Solutions

If you're using pnpm, you might consider the run command with the -r option. For more information, refer to the pnpm documentation.

Install

You need Node.js version 18 or higher. You can install matome using any of the following package managers:

npm install --save-dev matome
yarn add --dev matome
pnpm add --save-dev matome

Usage

To run multiple commands, simply concatenate them with a hyphen:

npx matome -- echo "Hello" -- echo "Goodbye"

What does matome mean?

matome is a Japanese noun meaning "a text that aggregates and summarizes multiple documents".

Author

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago