1.0.0 • Published 1 year ago

@nidhinnnair/sitback v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

sitback

sitback simply executes commands one after another so that you can sitback and relax

Usage

Create a file sitback.config.json in the root directory where you execute the sitback command with the below content.

{
    "commands": [
      "cd directory1 && npm install",
      "cd directory2 && npm install"
    ]
}

Mention all the commands that needs to be executed in the FIFO order.

Run the below command to execute all commands one after another.

npx @nidhinnnair/sitback
1.0.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago