Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

Commit 52cc74d

Browse files
Update README.md
1 parent 899dc28 commit 52cc74d

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,27 @@
22
# GoHTML
33
A powerful and comprehensive HTML parser and DOM manipulation library for Go, bringing JavaScript-like DOM operations to the Go ecosystem.
44

5-
**Note:** Still on devolopment.
5+
## Installation
6+
Run the following command in project directory in order to install.
7+
```bash
8+
go get github.com/udan-jayanith/GoHTML
9+
```
10+
11+
Then import like this
12+
```go
13+
import (
14+
GoHtml "github.com/udan-jayanith/GoHTML"
15+
)
16+
```
17+
18+
## Features
19+
* Parsing
20+
* Serialization
21+
* Node tree tarversing
22+
* Querying
23+
24+
## Documentation
25+
Fully fledged [documentation](https://pkg.go.dev/github.com/udan-jayanith/GoHTML) is available at [go.pkg](https://pkg.go.dev/)
26+
27+
## Contributions
28+
Contributions are welcome and pull requests and issues will be viewed by an official.

0 commit comments

Comments
 (0)