fluncle 0.32.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.
- package/README.md +17 -0
- package/bin/fluncle.mjs +5852 -0
- package/package.json +35 -0
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# fluncle
|
|
2
|
+
|
|
3
|
+
drum & bass bangers from another dimension — the Fluncle CLI.
|
|
4
|
+
|
|
5
|
+
```sh
|
|
6
|
+
npx fluncle recent
|
|
7
|
+
bunx fluncle recent
|
|
8
|
+
npm i -g fluncle && fluncle recent
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
A thin HTTP client for the Fluncle archive. See https://www.fluncle.com.
|
|
12
|
+
|
|
13
|
+
> File-upload and `open` subcommands (track/mixtape uploads) rely on the Bun
|
|
14
|
+
> runtime. For those, install the standalone binary via
|
|
15
|
+
> `curl -fsSL https://www.fluncle.com/cli/latest.sh | sh` or Homebrew
|
|
16
|
+
> (`brew install mauricekleine/fluncle/fluncle`). The thin-client commands
|
|
17
|
+
> (`recent`, `random`, `search`, `add`, `about`, `version`) run anywhere.
|