https://github.com/fscm/tools
Set of tools to perform different tasks
https://github.com/fscm/tools
bash shellscript
Last synced: 15 days ago
JSON representation
Set of tools to perform different tasks
- Host: GitHub
- URL: https://github.com/fscm/tools
- Owner: fscm
- License: mit
- Created: 2018-09-23T14:41:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T15:45:11.000Z (over 4 years ago)
- Last Synced: 2025-06-04T22:11:44.154Z (11 months ago)
- Topics: bash, shellscript
- Language: Shell
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools
Set of tools to perform different tasks.
## Synopsis
This is a set of tools created to help perform different tasks. Some of this
tools are used on other projects.
This tools can be used outside any project to help the user perform a similar
task to those performed on the projects. The tools should be completely
independent of each other.
### Installation
Nothing special to be done. Just download the tools and use them accordingly
to each one requirements.
### Usage
Detailed instructions can be found on the specific tools folders.
## List of Tools
* `bootstrap` - Shell script to initialise an AWS terraform project.
* `gists` - Python script to fetch all gists of a github user.
* `iana-etc` - Python script to create the `/etc/protocols` and `/etc/services` files.
* `jpinst` - Shell script to install Jenkins plugins and dependencies.
* `lddcp` - Shell script to find and copy all of the shared libraries used by a program.
* `rpideb` - Shell script to build a Debian image for Raspberry Pi boards.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request
Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how
to contribute to this project.
## Versioning
This project uses [SemVer](http://semver.org/) for versioning. For the versions
available, see the [tags on this repository](https://github.com/fscm/tools/tags).
## Authors
* **Frederico Martins** - [fscm](https://github.com/fscm)
See also the list of [contributors](https://github.com/fscm/tools/contributors)
who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE)
file for details