https://github.com/haunt98/strtor
https://github.com/haunt98/strtor
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haunt98/strtor
- Owner: haunt98
- License: mit
- Archived: true
- Created: 2021-06-04T12:12:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T16:53:18.000Z (over 4 years ago)
- Last Synced: 2025-04-23T05:07:29.627Z (6 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# strtor
[](https://github.com/actions/setup-go)
[](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"
```