Code Monkey home page Code Monkey logo

dataj's Introduction

##Base

This project is for shared functionality across components. Things one may consider part of this category:

  • Spark utility functions
  • Path prefixes
  • CLI tool helpers

##Usage

In order to use in other projects, we need to ensure that the other you have the necessary leiningen plugin, localrepo, and that this project exists on the lein classpath so that other projects can depend on it.

First, check if you have localrepo installed by running:

$ lein localrepo

If you see 'localrepo' is not a task. See 'lein help'. in return it isn't installed.

While localrepo is a declared plugin in the majority of existing clojure component projects, and thus is accessible within those project directories, you may want to add it to your leiningen user profile. To do so you can refer to the localrepo github repository linked above.

Once you have it available running lein localrepo should return a help banner.

Before we finaally install this project as a local dependency, we need a fully packaged executable. To do so, generate an uberjar with:

lein uberjar

Finally, to install this project as a local dependency in your own components run the following in your project's directory:

$ lein localrepo install <path to standalone uberjar> com.puhrez.components/base <base version>

dataj's People

Contributors

puhrez avatar

Watchers

 avatar  avatar

Forkers

kj96

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.