0.2.7-SNAPSHOT • Published 7 years ago

repomaker v0.2.7-SNAPSHOT

Weekly downloads
32
License
EPL-1.0
Repository
github
Last release
7 years ago

repomaker

A tool to help with creating reps in multiple providers. Currently supported:

  • github
  • dockerhub

Config

It expects two config files:

  • ~/.repomaker/credentials.edn e.g.:
{:type      "basic"
 :github    {:user "<username>" :pass "<password-or-api-key>"}
  :dockerhub {:user "<username>" :pass "<password>"}}
  • ~/.repomaker/teams.edn
{:<type> {:github    {:teams [{:name "<team-name>" :permissions "push" :id 1936383}]
                      :org   "<github-or>"}
          :dockerhub {:teams [{:name "<team-name>", :permissions "read", :id 42963}
                      :org   "<dockerhub-org>"}}}

Why is it Clojure?

Because I wanted to code in clojure

Why is it ClojureScript

Because startup time of JVM is huge. NodeJs starts a lot faster

0.2.7-SNAPSHOT

7 years ago

0.2.6-SNAPSHOT

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2-SNAPSHOT2

7 years ago

0.2.2-SNAPSHOT

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago