mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 02:26:05 +00:00
be89bc5aa8c5f6d730dac6445ea7babbd4b6a185
sscript
Useful Shell scripts for projects
Install
with npm
npm install sscripts
with yarn
yarn add sscripts
Run
shell
./node_modules/.bin/{script_name}
npm
npm run {script_name}
yarn
yarn {script_name}
Scripts
📁 git
storage_push
Upload all changes in storage folder into git repository
submodule_pull
Update git submodules
📁 File system
fix_permissions
📁 Docker
up
run docker-compose containers in demonise
--build - for (re)build containers
down
stop docker-compose containers
prune
Cleanup Docker
Description
Languages
Shell
97.9%
JavaScript
2.1%