We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd1fd0 commit 2508eb8Copy full SHA for 2508eb8
README.md
@@ -2,6 +2,12 @@
2
3
basically `mkdir -p` + `touch`
4
5
+## install
6
+
7
+### osx
8
9
+brew install https://github.com/defeated/touchp/formual.rb
10
11
## usage
12
13
```sh
formula.rb
@@ -0,0 +1,10 @@
1
+class Touchp < Formula
+ desc "basically `mkdir -p` + `touch`, written in Go"
+ homepage "https://github.com/defeated/touchp/"
+ url "https://github.com/defeated/touchp/releases/download/0.0.1/touchp-0.1.1-darwin-amd64.zip"
+ sha256 "f0275b34d87c624541dd04824815290666bc6de5055632d32d4d154507e27ed0"
+ def install
+ bin.install "touchp"
+ end
+end
0 commit comments