magallanes/README.md

30 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2017-04-15 04:06:04 +02:00
# Magallanes
2022-04-10 06:30:12 +02:00
![Linters](https://github.com/andres-montanez/Magallanes/actions/workflows/linters.yml/badge.svg?)
![Tests](https://github.com/andres-montanez/Magallanes/actions/workflows/tests.yml/badge.svg?)
2017-01-24 20:14:11 +01:00
[![Coverage Status](https://img.shields.io/coveralls/andres-montanez/Magallanes/master.svg)](https://coveralls.io/github/andres-montanez/Magallanes?branch=master)
2017-01-24 20:08:49 +01:00
[![Code Quality](https://img.shields.io/scrutinizer/g/andres-montanez/Magallanes.svg)](https://scrutinizer-ci.com/g/andres-montanez/Magallanes/)
2017-01-08 06:15:04 +01:00
[![Latest Stable Version](https://img.shields.io/packagist/v/andres-montanez/magallanes.svg?label=stable)](https://packagist.org/packages/andres-montanez/magallanes)
[![Pre Release](https://img.shields.io/packagist/vpre/andres-montanez/magallanes.svg?label=dev)](https://packagist.org/packages/andres-montanez/magallanes)
[![Total Downloads](https://img.shields.io/packagist/dt/andres-montanez/magallanes.svg)](https://packagist.org/packages/andres-montanez/magallanes)
[![License](https://img.shields.io/packagist/l/andres-montanez/magallanes.svg)](https://packagist.org/packages/andres-montanez/magallanes)
2017-04-15 04:06:04 +02:00
### What's Magallanes?
2022-04-15 17:10:03 +02:00
**Magallanes** is a deployment tool for made with PHP for PHP applications; it's quite simple to use and manage. For more information and documentation please visit [magephp.com](https://www.magephp.com/)
2016-12-31 07:52:25 +01:00
2017-04-15 04:06:04 +02:00
### Installing
2017-01-01 02:13:25 +01:00
Simply add the following dependency to your projects composer.json file:
```json
"require-dev": {
2022-04-10 06:20:03 +02:00
"andres-montanez/magallanes": "^5.0"
2017-01-01 02:13:25 +01:00
}
```
2017-01-01 06:49:24 +01:00
Finally you can use **Magallanes** from the vendor's bin:
2017-01-01 02:13:25 +01:00
```bash
2021-02-19 04:26:39 +01:00
vendor/bin/mage version
2017-01-01 02:13:25 +01:00
```
### Codename Galactica
2022-04-10 06:20:03 +02:00
Each new mayor version of **Magallanes** will have a codename (like Ubuntu), version 3 was _Nostromo_, version 4 was _Discovery One_, and in the current version it is **_Galactica_**, in homage to the space battleship from the TV series Battlestar Galactica, both the '70s and the mind blowing revision of 2005.