Skip to content

Commit

Permalink
edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anastaciocintra committed Oct 9, 2019
1 parent 55f577a commit 582e5d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -10,6 +10,9 @@ before_install:

install: mvn install --settings .travis/settings.xml -DskipTests -Dmaven.javadoc.skip=true -B

#after_success: mvn deploy --settings .travis/settings.xml
script:
mvn clean deploy --settings .travis/settings.xml -DskipTests=true -B
mvn clean deploy --settings .travis/settings.xml -DskipTests=true -B

notifications:
email:
- anastaciocintra@gmail.com
6 changes: 6 additions & 0 deletions README.md
@@ -1,8 +1,14 @@

# escpos-coffee

Java library for ESC/POS printer commands. Can send text, images and barcodes to the printer.
All commands are send to one OutputStream, than you can redirect to printer, file or network.

![GitHub](https://img.shields.io/github/license/anastaciocintra/escpos-coffee)
![Maven Central](https://img.shields.io/maven-central/v/com.github.anastaciocintra/escpos-coffee)
[![Build Status](https://travis-ci.org/anastaciocintra/escpos-coffee.svg?branch=travis)](https://travis-ci.org/anastaciocintra/escpos-coffee)
![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.github.anastaciocintra/escpos-coffee?server=https%3A%2F%2Foss.sonatype.org)

## Getting Started
The EscPos works with OutputStream to send its commands. Here we have two examples that show different output streams.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@


<properties>
<revision>3.0.1-SNAPSHOT</revision>
<revision>3.0.1</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 582e5d5

Please sign in to comment.