1.0.0 • Published 2 years ago

@nidhinnnair/sitback v1.0.0

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

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago