Skip to content

Commit 16a24af

Browse files
committed
update readme
1 parent 2eb4a07 commit 16a24af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# glice
22

3-
[![Build Status](https://travis-ci.org/ribice/glice.svg?branch=master)](https://travis-ci.org/ribice/glice)
3+
[![Build Status](https://travis-ci.com/ribice/glice.svg?branch=master)](https://travis-ci.org/ribice/glice)
44
[![Coverage Status](https://coveralls.io/repos/github/ribice/glice/badge.svg?branch=master)](https://coveralls.io/github/ribice/glice?branch=master)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/ribice/glice)](https://goreportcard.com/report/github.com/ribice/glice)
66

@@ -61,6 +61,10 @@ All flags are optional. Glice supports the following flags:
6161

6262
Don't forget `-help` flag for detailed usage information.
6363

64+
## Using glice inside as a library
65+
66+
As of v2.0.0 glice can be used as a library and provides few functions/methods that return list of dependencies in structured format and printing to io.Writer.
67+
6468
## Sample output
6569

6670
Executing glice -c on github.com/ribice/glice prints (with additional colors for links and licenses):

0 commit comments

Comments
 (0)