A list of useful tools and programs for developpers, devops, admins, ... but not only. Whereas most of them are Open Source, not all of them are. Please check licences that may apply. This list contains items that i personally find useful, usages may differ.
The concept behind that list is based on the famous "awesome" lists you can find on github. Since they did not fully suited my need, i preferred to go with my own version.
Please feel free to comment or open a pull request if you know better tools / or alternatives or if some links are dead, ... 😉
Thanks a lot to Algolia for providing the search mechanism through docsearch !
You can either find the source markdown file here, or access the result here.
To set it up locally:
For development mode:
- Run
yarn install
to install all dependencies. - Run
yarn vuepress dev docs
- Open http://localhost:8080/useful-tools/ in your browser.
To generate the static files:
- Run
yarn install
to install all dependencies. - Run
yarn vuepress build docs
To update the dependencies:
- Run
yarn upgrade
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!