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

https://github.com/binbashar/le-dev-tools

Binbash Leverage development tools
https://github.com/binbashar/le-dev-tools

Last synced: 3 months ago
JSON representation

Binbash Leverage development tools

Awesome Lists containing this project

README

          


Binbash


# Binbash Leverage Dev Tools

## Overview
This repository contains all Makefiles used to bootstrap Binbash Leverage module ropositories.

## Files/Folders Organization
The following block provides a brief explanation of the chosen files/folders layout:

```shell
╰─○ tree -L 3
.
├── ansible
│   ├── playbooks
│   │   └── Makefile
│   └── roles
│   └── Makefile
├── docker
│   └── Makefile
...
├── helm
│   └── Makefile
├── jenkins
│   └── Makefile
├── README.md
├── ref-architecture
│   └── Makefile
└── terraform
└── Makefile

```

---

# TODO

- Add Makefile lint step to CI job.

# Release Management
### CircleCi PR auto-release job


circleci

- [**pipeline-job**](https://circleci.com/gh/binbashar/bb-devops-dev-tools) (**NOTE:** Will only run after merged PR)
- [**releases**](https://github.com/binbashar/le-dev-tools/releases)
- [**changelog**](https://github.com/binbashar/le-dev-tools/blob/master/CHANGELOG.md)