Skip to content

Commit

Permalink
add readme for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed Mar 12, 2024
1 parent 675c1ac commit d199561
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Super simple, zero dependency naming ***conv***ention ***conv***erter and validator library.

# Cli
As of version 0.3.3 there is cli version of convconv available. Use the following command to install it globally onto your system.
`npm i -g convconv`
You can see help for cli by running the following command.
`convconv --help`

# Examples

```typescript
Expand Down

0 comments on commit d199561

Please sign in to comment.