Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monitoringsucks/tool-repos
Tracking various tools that fit in the monitoring and metrics space
https://github.com/monitoringsucks/tool-repos
Last synced: 3 days ago
JSON representation
Tracking various tools that fit in the monitoring and metrics space
- Host: GitHub
- URL: https://github.com/monitoringsucks/tool-repos
- Owner: monitoringsucks
- Created: 2011-05-31T19:27:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T13:52:50.000Z (almost 8 years ago)
- Last Synced: 2024-12-19T02:10:48.840Z (about 2 months ago)
- Homepage:
- Size: 119 KB
- Stars: 1,043
- Watchers: 125
- Forks: 121
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - monitoringsucks/tool-repos - Tracking various tools that fit in the monitoring and metrics space (Others)
README
# Tool Repo
===========
This repository serves as a sort of master repository of various tools that people have come across.The format for structure should be as follows:
top-level repo -
project_name -
README.md (review/information)
git submodule to repo (if appropriate)Please do not put any actual code in here.
## Example
Adding a repo:
mkdir project_name
git submodule add https://github.com/username/project_name project_name/repo
echo "[link](http://github.com/username/project_name)" > project_name/README.md
git add project_name
git commit -am 'added project_name'