1.2.0 • Published 9 years ago

aramid v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

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
1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago