/drone-hive

Companion repository for https://github.com/cesarferreira/drone

Primary LanguageJavaScript

drone-hive

Hive with all of the android drones

Companion repository for drone

How to contribute?

create a file with the hive/repository.json

file: hive/repository.json

{
  "name": "repository",
  "description": "description",
  "homepage": "homepage",
  "dependencies": [
    {
      "dependency": "com.username.library:library",
      "compileType": "implementation"
    }
  ],
  "repository": {
    "server": "jcenter",
    "url": "repository_url"
  },
  "author": {
    "name": "author",
    "webpage": "https://github.com/author"
  }
}

Real life example for retrofit:

file: hive/retrofit.json

{
  "name": "retrofit",
  "description": "Type-safe HTTP client for Android and Java by Square, Inc.",
  "homepage": "https://github.com/square/retrofit",
  "dependencies": [
    {
      "dependency": "com.squareup.retrofit2:retrofit",
      "compileType": "implementation"
    }
  ],
  "repository": {
  "server": "maven"
  },
  "author": {
    "name": "square",
    "webpage": "https://github.com/square/"
  }
}

Created by

Cesar Ferreira

License

MIT © Cesar Ferreira