Skip to content

Commit d353545

Browse files
committed
Update README.md
1 parent 27fe374 commit d353545

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
11
# HSCTL
22

3+
<div align="center">
4+
5+
![Build Status](https://img.shields.io/github/actions/workflow/status/obay/hsctl/test.yml?branch=main&label=build&logo=github&logoColor=white)
6+
![Release](https://img.shields.io/github/v/release/obay/hsctl?label=release&logo=github&logoColor=white&sort=semver)
7+
![Downloads](https://img.shields.io/github/downloads/obay/hsctl/total?label=downloads&logo=github&logoColor=white)
8+
![Go Version](https://img.shields.io/github/go-mod/go-version/obay/hsctl?logo=go&logoColor=white)
9+
![License](https://img.shields.io/github/license/obay/hsctl?label=license&logo=github&logoColor=white)
10+
![Platform](https://img.shields.io/badge/platform-linux%20%7C%20macos%20%7C%20windows-lightgrey?logo=github&logoColor=white)
11+
![Go Report Card](https://goreportcard.com/badge/github.com/obay/hsctl)
12+
![Code Size](https://img.shields.io/github/languages/code-size/obay/hsctl?logo=github&logoColor=white)
13+
![Contributors](https://img.shields.io/github/contributors/obay/hsctl?logo=github&logoColor=white)
14+
![Last Commit](https://img.shields.io/github/last-commit/obay/hsctl/main?logo=github&logoColor=white)
15+
![GitHub stars](https://img.shields.io/github/stars/obay/hsctl?style=social&logo=github)
16+
![GitHub forks](https://img.shields.io/github/forks/obay/hsctl?style=social&logo=github)
17+
18+
[![Made with Go](https://img.shields.io/badge/Made%20with-Go-00ADD8?style=flat&logo=go&logoColor=white)](https://golang.org/)
19+
[![Powered by HubSpot](https://img.shields.io/badge/Powered%20by-HubSpot-FF7A59?style=flat&logo=hubspot&logoColor=white)](https://www.hubspot.com/)
20+
[![CLI Tool](https://img.shields.io/badge/CLI-Tool-4EC820?style=flat&logo=gnu-bash&logoColor=white)](https://github.com/obay/hsctl)
21+
22+
</div>
23+
324
**HSCTL** is a powerful command-line interface (CLI) tool written in Go for managing HubSpot contacts. It provides a simple, efficient way to perform CRUD operations on your HubSpot contacts directly from your terminal, eliminating the need to navigate through the HubSpot web interface for routine contact management tasks.
425

26+
[Features](#benefits)[Installation](#installation)[Usage](#usage)[Documentation](#command-reference)[Contributing](#contributing)
27+
528
## Why HSCTL Exists
629

730
Managing contacts in HubSpot through the web interface can be time-consuming, especially when you need to:

0 commit comments

Comments
 (0)