@nidhinnnair/sitback
v1.0.0
Published
Sit Back takes care of all the initial set up in one single command so that you can sit back and relax till the project is up.
Downloads
3
Maintainers
Readme
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