An open API service indexing awesome lists of open source software.

https://github.com/intuition-dev/intuservices

Services. SQL. Monitoring
https://github.com/intuition-dev/intuservices

Last synced: 4 months ago
JSON representation

Services. SQL. Monitoring

Awesome Lists containing this project

README

          

# agentG

A good agent, lets you download a branch, or tell you what is going on in the container/box.

You can download a git branch, and find out what is going on in the box(container).

```
npm i -g agentg

agentg -g

```

To download a git branch you need a gitdown.yaml file in the current folder, eg:

```
BRANCH: 'master'

REPOFolder: 'src'

LOGINName: 'cekvenich'

REPO: 'github.com/intuition-dev'
PROJECT: 'intuServices'

```