instilled / boot-ext

Extensions to boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boot-ext Build Status

Extensions to boot. For now these include:

  • keybase based signing support (requires working keybase)
  • (experimental) bill of materialms

Clojars Project

Show me how

Use keybase.io for signing

keybase must be installed for this to work! For OSx type brew install keybase and also install GPGTools. For other systems please check here.

# project's build.boot

# Add to the dependency map
'[instilled/boot-ext "0.0.1-SNAPSHOT" :scope "test"]

(require '[instilled.boot.task :refer [sign-with-keybase]])

(deftask deploy
 []
 (comp
  (sign-with-keybase)
  (push)))

This should pop-up the password propt for the signing key.

TODOs

  • Add support for multiple identities

License

Copyright © 2016 Fabio Bernasconi

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Extensions to boot

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%