You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
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.
4
4
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.
0 commit comments