Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanoc committed Jun 15, 2018
1 parent bc96d8f commit dede7f2
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
Clever Models
#Clever Models

Small tool to generate POJOs model classes from Feeds. ( JSON ) .

Current Support, Java, C# & Objective-C models from JSON Feeds.

Install :
###Install :

git clone git@github.com:BrunoAlexandreMendesMartins/CleverModels.git
- ``` git clone git@github.com:BrunoAlexandreMendesMartins/CleverModels.git```
- ```$ cd CleverModels/Release```
- ```$ make ```

cd CleverModels/Release
###Usage :

make install
- ``` ./cm -n [Name of Initial Class Model] -p [folder path to where to write the models] -l [programming language] -u [Feed URL] ```

Usage :
Example:

./cm -n [Name of Initial Class Model] -p [folder path to where to write the models] -l [programming language] -u [Feed URL]
``` ./cm -n Result -p ~/Downloads/models/ -l java -u http://www.mocky.io/v2/5b238b972f00007a00e095c7 ```

Others:
### Others:

-h [string to write to headers]. - For example: package com.somepackage.name

Expand All @@ -26,4 +28,4 @@ Supported Language arguments
or
-l' objc
or
-l csharp
-l csharp

0 comments on commit dede7f2

Please sign in to comment.