shaneholloman 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +22 -0
  2. package/dist/index.js +4964 -0
  3. package/package.json +42 -0
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # shaneholloman
2
+
3
+ ```sh
4
+ npx shaneholloman
5
+ ```
6
+
7
+ ## Dev
8
+
9
+ ```bash
10
+ bun install
11
+ bun run dev
12
+ ```
13
+
14
+ ## Build
15
+
16
+ ```sh
17
+ bun run build
18
+ ```
19
+
20
+ ## License
21
+
22
+ whatever you want