mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 03:27:00 +00:00
update
This commit is contained in:
38
README.md
38
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user