Skip to content

Commit

Permalink
bump to 1.1
Browse files Browse the repository at this point in the history
hage
  • Loading branch information
okapies committed Apr 7, 2014
1 parent 9b73053 commit 8b4f782
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
hoc2js
======

Very simple utility for converting from Typesafe's HOCON to JSON
A command-line tool to convert
[HOCON](https://github.com/typesafehub/config/blob/master/HOCON.md) to JSON.
HOCON is JSON-like but is a config file format for supporting human usage, developed by
[Typesafe](http://typesafe.com/).

## License
The license is Apache 2.0.

## Requirement
- Java 6 or later

## Installation
Get an executable jar from [release page](https://github.com/okapies/hoc2js/releases).

Expand All @@ -29,7 +35,7 @@ $ java -jar hoc2js-1.1.jar test1.conf test2.conf
The input HOCON may contain [substitutions](https://github.com/typesafehub/config/blob/master/HOCON.md#substitutions):

```
$ java -prop.test="hello" -jar hoc2js-1.1.jar
$ java -Dprop.test="hello" -jar hoc2js-1.1.jar
test = ${prop.test}
path = ${PATH}
^D
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.okapies</groupId>
<artifactId>hoc2js</artifactId>
<version>1.0</version>
<version>1.1</version>
<packaging>jar</packaging>

<name>hoc2js</name>
Expand Down

0 comments on commit 8b4f782

Please sign in to comment.