An open API service indexing awesome lists of open source software.

https://github.com/haunt98/strtor


https://github.com/haunt98/strtor

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# strtor

[![Go](https://github.com/haunt98/strtor/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go)
[![Go Reference](https://pkg.go.dev/badge/github.com/haunt98/strtor.svg)](https://pkg.go.dev/github.com/haunt98/strtor)

Tool to normalize string.

## Install

With Go version `>= 1.16`:

```sh
go install github.com/haunt98/strtor/cmd/strtor@latest
```

With Go version `< 1.16`:

```sh
GO111module=on go get -u github.com/haunt98/strtor/cmd/strtor
```

## Usage

```sh
strtor "This a a text"
```