Skip to content

Commit 88a2c5b

Browse files
committed
split README intro into two lines
1 parent 8366aeb commit 88a2c5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cli-to-js/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
> **Warning:** This project is very experimental. APIs may change without notice.
44
5-
Turn any CLI into a JavaScript API, automatically. Give it a binary name, it reads `--help`, and hands you back a fully typed object where subcommands are methods, flags are options, and everything just works.
5+
Turn any CLI into a JavaScript API, automatically.
6+
7+
Give it a binary name, it reads `--help`, and hands you back a fully typed object where subcommands are methods, flags are options, and everything just works.
68

79
```ts
810
import { convertCliToJs } from "cli-to-js";

0 commit comments

Comments
 (0)