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
- Host: GitHub
- URL: https://github.com/binbashar/le-dev-tools
- Owner: binbashar
- License: mit
- Created: 2020-01-28T14:52:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-22T00:11:38.000Z (3 months ago)
- Last Synced: 2026-03-22T14:25:03.589Z (3 months ago)
- Language: Makefile
- Size: 2.12 MB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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
- [**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)