Code Monkey home page Code Monkey logo

goocle's Introduction

goocle

A Clojure library designed to ... well, that part is up to you.

Usage

FIXME

License

Copyright © 2017 FIXME

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

Prerequisites

If building on a mac, you need to have gsed installed (perhaps using brew) and being used instead of the standard osx sed, e.g. by putting it into your path before sed.

Building google-cloud-java

google-cloud-java is built without named parameters being stored. This is not very useful for this library as it produces function that have parameters names arg0 arg1 etc...

But there is a way to get the google cloud java libraries to be compiled with named parameters included.

Firstly, clone the google-cloud-java library from [email protected]:GoogleCloudPlatform/google-cloud-java.git.

Then checkout the version from which you wish to generate goocle.

Run the command ./utilities/update_pomversion.sh <version>-WithParameters

This will change all the version numbers to something like 0.7.0-WithParameters.

Install the code to your local repository using:

mvn clean install -EskipTests

If you're happy to wait longer remove -EskipTests.

Build goocle with the newly installed version of google-cloud-java and named parameters will be present.

goocle's People

Contributors

mdaley avatar

Watchers

 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.