This commit is contained in:
sHa
2019-06-07 11:32:20 +03:00
parent 0f40a55db3
commit b9879d231c
5 changed files with 50 additions and 6 deletions

View File

@@ -1,2 +1,40 @@
# 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
## file system
### fix_permissions