Git Product home page Git Product logo

friend-package's Introduction

Build Status Code Coverage Maintainability

Send Packages to a Friend

Packaging

  • jar file will be contained inside $PROJECT_HOME/build/libs folder.
  • once packaged execute with java -jar $PROJECTNAME.jar.
./gradlew  build

Usage

once is packaged just run

java -ja $PROJECTNAME.jar -i /path/to/file/data.txt

if no parameter is sent it will run the data.txt sample under resources folder. While executing it will present current line being read and below what it packaged as output.

usage: package-friend
 -i </path/to/file.txt>   ingest testing data from path,if none provided
                          reads from classpath by default
81 : (1,53.38,€45) (2,88.62,€98) (3,78.48,€3) (4,72.30,€76) (5,30.18,€9) (6,46.34,€48)
1
-
4
75 : (1,85.31,€29) (2,14.55,€74) (3,3.98,€16) (4,26.24,€55) (5,63.69,€52) (6,76.25,€75) (7,60.02,€74) (8,93.18,€35) (9,89.95,€78)
2
-
7,2

Running Sample

running

Tooling

  • gradle
  • spring (core)
  • commons-cli
  • lombok
  • travis
  • codecov
  • codeclimate

Contributing

Pull requests are welcome.

friend-package's People

Watchers

 avatar  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.