megabuff 0.16.0 → 0.16.2
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,6 +21,10 @@
|
|
|
21
21
|
|
|
22
22
|
<img width="690" src="media/github-media-banner.png" alt="MegaBuff Banner" width="100%">
|
|
23
23
|
|
|
24
|
+
[](https://youtu.be/JZ4on86IpgU)
|
|
25
|
+
|
|
26
|
+
*Click the image above to watch the demo on YouTube*
|
|
27
|
+
|
|
24
28
|
</div>
|
|
25
29
|
|
|
26
30
|
---
|
|
@@ -32,6 +36,12 @@ Get started in seconds:
|
|
|
32
36
|
```bash
|
|
33
37
|
npm install -g megabuff
|
|
34
38
|
megabuff optimize "Rewrite this prompt to be clearer"
|
|
39
|
+
|
|
40
|
+
# Use interactive mode for multiple commands!
|
|
41
|
+
megabuff shell
|
|
42
|
+
|
|
43
|
+
# Set up your API key (choose your favorite provider)
|
|
44
|
+
megabuff config token YOUR_API_KEY --provider openai
|
|
35
45
|
```
|
|
36
46
|
|
|
37
47
|
**That's it!** 🎉 You're ready to supercharge your prompts.
|
package/package.json
CHANGED