1.0.0 • Published 3 years ago

@nidhinnnair/sitback v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years 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

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago