Skip to content

Commit

Permalink
chore(docs): Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Jun 24, 2024
1 parent 0b8a300 commit bf8a881
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# charsplit

charsplit is a small utility tool that will give you information
about your string input. It will split the string into its bytes
and graphemes, and give you information about them.

## Usage

```bash
echo "Hello, world!" | charsplit
```

0 comments on commit bf8a881

Please sign in to comment.