Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabellanunesdev/useful-scripts
This repository houses a collection of handy scripts that I use regularly to automate various tasks in my routine.
https://github.com/isabellanunesdev/useful-scripts
maintaining script
Last synced: about 1 month ago
JSON representation
This repository houses a collection of handy scripts that I use regularly to automate various tasks in my routine.
- Host: GitHub
- URL: https://github.com/isabellanunesdev/useful-scripts
- Owner: isabellanunesdev
- License: mit
- Created: 2023-08-18T10:47:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T12:32:41.000Z (4 months ago)
- Last Synced: 2024-10-30T16:25:15.551Z (2 months ago)
- Topics: maintaining, script
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful scripts
![Languages used](https://img.shields.io/github/languages/count/isadfrn/useful-scripts?style=flat-square)
![Repository size](https://img.shields.io/github/repo-size/isadfrn/useful-scripts?style=flat-square)
![Last commit](https://img.shields.io/github/last-commit/isadfrn/useful-scripts?style=flat-square)## About
This repository houses a collection of handy scripts that I use regularly to automate various tasks in my routine.
## Run
For docker-compose scripts run:
`docker compose up -d`
For shell scripts you need to add repository path on file, giver permission then run.
`./script.sh`
## Contributing
This repository is using [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), so if you want to contribute:
- create a branch from develop branch;
- make your contributions;
- open a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to develop branch;
- wait for discussion and future approval;I thank you in advance for any contribution.
## Status
Maintaining
## License
[MIT](./LICENSE)