Awesome
🦄 Makes
A software supply chain framework powered by Nix.
Why
Ever needed to
- run applications locally to try out your code?
- Execute CI/CD pipelines locally to make sure jobs are being passed?
- Keep execution environments frozen for strict dependency control against supply chain attacks?
- Know the exact dependency tree of your application?
Well, we have!
What
Makes is an open-source, production-ready framework for building CI/CD pipelines and application environments.
It is
Attribute | Description |
---|---|
<img src="https://img.shields.io/badge/attr-secure-brightgreen.svg" alt="secure"> | Cryptographically signed dependencies for apps and CI/CD pipelines |
<img src="https://img.shields.io/badge/attr-easy-orange.svg" alt="easy"> | Can be installed with just one command and has dozens of generic CI/CD builtins |
<img src="https://img.shields.io/badge/attr-fast-blueviolet.svg" alt="fast"> | Supports a distributed and completely granular cache |
<img src="https://img.shields.io/badge/attr-portable-violet.svg" alt="portable"> | Runs on Docker, VMs, and any Linux-based OS |
<img src="https://img.shields.io/badge/attr-extensible-blue.svg" alt="extensible"> | can be extended to work with any technology |
Installation
Documentation
See https://makes.fluidattacks.tech
Issues
Found a bug? create a new item in the project's issues
Examples
See the hands-on example!