aramid

A pipeline for devs

Usage no npm install needed!

<script type="module">
  import aramid from 'https://cdn.skypack.dev/aramid';
</script>

README

What is Aramid?

Aramid is a command line app to help you practice continous delivery. It basically runs your scripts in the order you have specified and provides the artefacts of earlier scripts to later ones that need them.

Installation

npm install -g aramid

Usage

When you run aramid, the current folder should be the root of the project you want to build. That is the source code of the actual project you want to build. You have to provide to aramid the path to the pipeline to use for building the project and to do that you provide an option --pipeline

$ cd instagram_killer
$ aramid --pipeline ./scripts/pipeline