Giter Site home page Giter Site logo

bootlaces's Introduction

bootlaces

[adzerk/bootlaces "0.1.13"] ;; latest release

Handy tasks and things for the boot Clojure build tool.

  • Provides build-jar, push-snapshot, and push-release tasks
  • Parses a gpg.edn file to configure GPG keyring and key ID for jar signing.

This is an example build and deployment workflow. It showcases the generality of boot. We actually use this at Adzerk, but you should fork and tailor it for your own organization.

Usage

Add bootlaces to your build.boot dependencies and require the namespace:

(set-env! :dependencies '[[adzerk/bootlaces "X.Y.Z" :scope "test"]])
(require '[adzerk.bootlaces :refer :all])

Then initialize bootlaces with the project version:

(def +version+ "0.0-2371-5")
(bootlaces! +version+)

Some things you can do in the terminal:

# build and install project jar file
boot build-jar
# set environment variables
export CLOJARS_USER=foo
export CLOJARS_PASS=bar
# deploy snapshot to clojars
boot build-jar push-snapshot
# deploy release to clojars
boot build-jar push-release

Signing

The gpg.edn file format:

{:keyring "/path/to/secring.gpg"
 :user-id "Micha Niskin <[email protected]>"}

gpg.edn can be global, sourced fom your home directory, or local to your project. Local gpg.edn takes precedence over global one.

License

Copyright © 2014 Micha Niskin and Alan Dipert

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

bootlaces's People

Contributors

micha avatar alandipert avatar danielsz avatar malabarba avatar pleasetrythisathome avatar martinklepsch avatar

Watchers

Dang Nguyen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.