#bare-bones #concurrently #npm #clone #cloning #package #cmds

app rouse

barebones NPM concurrently clone

3 releases

0.1.2 Oct 6, 2022
0.1.1 Oct 6, 2022
0.1.0 Oct 6, 2022

#10 in #concurrently

Download history 16/week @ 2024-02-22 76/week @ 2024-02-29 13/week @ 2024-03-07 11/week @ 2024-03-14

116 downloads per month

MIT license

5KB
84 lines

Rouse

This is a barebones attempt at cloning NPM's concurrently package.

image

Examples

  1. With command line arguments
$ cargo install rouse
$ rouse "echo 'wow cool'" "sleep 2; echo 'also cool'"
[echo] wow cool
[sleep] also cool
  1. With cmds.toml TOML file in your directory.
[[cmds]]
label = "wtf"
cmd = "sleep 4; echo 'fuck yeah'"

[[cmds]]
label = "wtf2"
cmd = "sleep 2; echo 'fuck yeah'"
$ rouse
[wtf2] fuck yeah
[wtf] fuck yeah

Dependencies

~0.7–1.3MB
~29K SLoC