https://github.com/userator/deploid
Tool provides folder structure for continuous delivery of code
https://github.com/userator/deploid
Last synced: 7 months ago
JSON representation
Tool provides folder structure for continuous delivery of code
- Host: GitHub
- URL: https://github.com/userator/deploid
- Owner: userator
- License: gpl-3.0
- Created: 2018-10-16T07:36:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T10:37:07.000Z (almost 7 years ago)
- Last Synced: 2025-07-29T16:56:42.809Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 98.6 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploid
[](https://travis-ci.org/userator/deploid)
[](https://scrutinizer-ci.com/g/userator/deploid/?branch=master)
[](https://scrutinizer-ci.com/g/userator/deploid/?branch=master)
Tool provides folder structure for continuous delivery of code
## Installation
It's recommended that you use [composer](https://getcomposer.org/) to install Deploid.
### Using [composer](https://packagist.org/packages/userator/deploid)
```bash
$ composer require userator/deploid "1.0.0"
```
### Using [git](https://github.com/userator/deploid.git)
```bash
$ git clone https://github.com/userator/deploid.git
```
### Using [wget](https://github.com/userator/deploid/releases)
```bash
$ wget https://github.com/userator/deploid/archive/1.0.0.tar.gz
```
Deploid requires PHP 5.6.0 or newer.