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

https://github.com/kieran-ryan/leabhar-cliste

Programming practices, principles and concepts
https://github.com/kieran-ryan/leabhar-cliste

concepts practices principles

Last synced: 3 months ago
JSON representation

Programming practices, principles and concepts

Awesome Lists containing this project

README

        

# leabhar-cliste

![Pipeline status](https://github.com/kieran-ryan/leabhar-cliste/actions/workflows/main.yml/badge.svg)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/kieran-ryan/leabhar-cliste/main.svg)](https://results.pre-commit.ci/latest/github/kieran-ryan/leabhar-cliste/main)
![LICENSE](https://img.shields.io/badge/license-MIT-blue)
![Prettier](https://img.shields.io/badge/code%20style-prettier-deeppink)

Programming practices, principles and concepts.

[Visit the webpage](https://kieran-ryan.github.io/leabhar-cliste) - built using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material).

## Building the Docs

To build the site from source, clone the repo and run the following commands:

```console
pip install --requirement requirements.txt
mkdocs build
```

To serve and access the site from your browser run:

```console
mkdocs serve
```

## Contributing

Contributions to this project are most welcome. Feel free to [create an issue](https://github.com/kieran-ryan/leabhar-cliste/issues/new) or to raise a Pull Request.

It is recommended to use [Visual Studio Code](https://code.visualstudio.com) and [pre-commit](https://pre-commit.com) when working with the source code, which are pre-configured within the project.

```console
pip install --requirement requirements.txt
pre-commit install
```

## License

`leabhar-cliste` is licensed under the [MIT License](https://opensource.org/licenses/MIT).