An open API service indexing awesome lists of open source software.

https://github.com/fchastanet/my-documents

Documentation about various topics
https://github.com/fchastanet/my-documents

bash bats docker docker-compose jenkins

Last synced: 4 months ago
JSON representation

Documentation about various topics

Awesome Lists containing this project

README

          

# My documents

> **_NOTE:_** Documentation is best viewed on
> [github-pages](https://fchastanet.github.io/my-documents/)

> **_TIP:_** Checkout related projects of this suite
>
> - **[My documents](https://fchastanet.github.io/my-documents/)**
> - [Bash Tools Framework](https://fchastanet.github.io/bash-tools-framework/)
> - [Bash Tools](https://fchastanet.github.io/bash-tools/)
> - [Bash Dev Env](https://fchastanet.github.io/bash-dev-env/)
> - [Bash Compiler](https://fchastanet.github.io/bash-compiler/)

![GitHubLicense](https://img.shields.io/github/license/fchastanet/my-documents?label=license&style=for-the-badge)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![CI/CD](https://github.com/fchastanet/my-documents/actions/workflows/lint.yml/badge.svg)](https://github.com/fchastanet/my-documents/actions?query=workflow:%22Pre-commit+run%22+branch:master)
[![GithubPage Deployment](https://github.com/fchastanet/my-documents/actions/workflows/docsify-gh-pages.yml/badge.svg)](https://github.com/fchastanet/my-documents/actions?query=workflow:%22Deploy+Docsify%22+branch:master)
[![ProjectStatus](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges "Project Status")
[![DeepSource](https://deepsource.io/gh/fchastanet/my-documents.svg/?label=active+issues&show_trend=true)](https://deepsource.io/gh/fchastanet/my-documents/?ref=repository-badge "DeepSource active issues")
[![DeepSource](https://deepsource.io/gh/fchastanet/my-documents.svg/?label=resolved+issues&show_trend=true)](https://deepsource.io/gh/fchastanet/my-documents/?ref=repository-badge "DeepSource resolved issues")

## Bash scripts

- [Basic best practices](/HowTo/HowTo-Write-Bash-Scripts/00-Basic-BestPractices.md)
- [Linux best practices](/HowTo/HowTo-Write-Bash-Scripts/10-LinuxCommands-BestPractices.md)
- [Bats best practices](/HowTo/HowTo-Write-Bash-Scripts/20-Bats-BestPractices.md)

## HowTos

- [How to write a Jenkinsfile](/HowTo/HowTo-Write-Jenkinsfile.md)
- [How to write a Dockerfile](/HowTo/HowTo-Write-Dockerfile.md)
- [How to write a docker-compose.yml file](/HowTo/HowTo-Write-DockerCompose.md)
- [Saml2Aws](/HowTo/Saml2Aws.md)

## Lists

- [Test](/Lists/Test.md)
- [Web](/Lists/Web.md)