Skip to content

Commit cbdae50

Browse files
committed
Updated README.
1 parent 5b0b34a commit cbdae50

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,31 @@
22

33
# Java + HttpClient (from HttpComponents) Code Generator (Paw Extension)
44

5-
This a Paw Extension that generates code for Java using the [Apache HttpComponents Client](http://hc.apache.org/httpcomponents-client-ga/index.html) library via the [Fluent API](http://hc.apache.org/httpcomponents-client-ga/fluent-hc/apidocs/index.html).
5+
A [Paw Extension](http://luckymarmot.com/paw/extensions/) that generates Java code for the [Apache HttpComponents Client](http://hc.apache.org/httpcomponents-client-ga/index.html) library via the [Fluent API](http://hc.apache.org/httpcomponents-client-ga/fluent-hc/apidocs/index.html).
66

77
## Installation
88

9-
* `npm install`
10-
* `cake build`
11-
* `cake install`
9+
Easily install this Paw Extension: [Install Java + HttpClient Code Generator](http://luckymarmot.com/paw/extensions/JavaApacheHttpClientFluentAPICodeGenerator)
1210

13-
## Tests
11+
## Development
12+
13+
### Build & Install
14+
15+
```shell
16+
npm install
17+
cake build
18+
cake install
19+
```
20+
21+
### Watch
22+
23+
During development, watch for changes:
24+
25+
```shell
26+
cake watch
27+
```
28+
29+
### Testing
1430

1531
Download `HttpClient >= 4.3.x` at https://hc.apache.org/downloads.cgi
1632

0 commit comments

Comments
 (0)