Skip to content

Commit bfd78fc

Browse files
committed
chore(readme): add a more detailed description
1 parent 21d4116 commit bfd78fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

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

33
Ever wanted to quickly prototype an idea, but got stuck messing with tooling, dependencies, formatting, and everything else, only to forget what you set out to build in the first place? Well, I have.
44

5-
`quick-script` is a simple utility for bootstrapping a script quickly.
5+
`quick-script` is a simple utility for bootstrapping a script fast.
6+
It includes a minimal starter with things I always have to look up - like reading a file or parsing CLI args.
7+
Plus, it comes pre-configured with a formatter and format-on-save.
68

79
# Usage
810

0 commit comments

Comments
 (0)