Skip to content

Commit 52dd1e8

Browse files
committed
readme update for v0.1 release
1 parent d26fd58 commit 52dd1e8

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,23 @@
22

33
[![Build Status](https://travis-ci.org/go-aah/essentials.svg?branch=master)](https://travis-ci.org/go-aah/essentials) [![codecov](https://codecov.io/gh/go-aah/essentials/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/essentials/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/essentials)](https://goreportcard.com/report/aahframework.org/essentials) [![GoDoc](https://godoc.org/aahframework.org/essentials?status.svg)](https://godoc.org/aahframework.org/essentials) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
44

5-
essentials contain simple & useful utils for go lang. aah framework utilizes essentials (aka `ess`) library across.
5+
***v0.1 [released](https://github.com/go-aah/essentials/releases/latest) and tagged on Jan 22, 2017***
66

7-
*It's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
7+
`essentials` contain simple & useful utils for go lang. aah framework utilizes essentials (aka `ess`) library across. Essential library complements with handy methods for:
8+
* filepath
9+
* go
10+
* io
11+
* os
12+
* reflect
13+
* string
14+
15+
*`essentials` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
16+
17+
# Installation
18+
#### Stable - Version
19+
```sh
20+
# install the library
21+
go get -u aahframework.org/essentials
22+
```
823

924
See official page [TODO]

0 commit comments

Comments
 (0)