momentic 0.0.42 → 0.0.44
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 +13 -0
- package/bin/cli.js +16 -16
- package/dist/index.js +13 -13
- package/package.json +1 -1
- package/static/assets/{index-9OiucgOW.js → index-nhe6b6JI.js} +33 -33
- package/static/index.html +1 -1
package/README.md
CHANGED
|
@@ -1 +1,14 @@
|
|
|
1
1
|
# Momentic SDK
|
|
2
|
+
|
|
3
|
+
# Requirements
|
|
4
|
+
- Node 20+
|
|
5
|
+
|
|
6
|
+
# Installation
|
|
7
|
+
```
|
|
8
|
+
export MOMENTIC_API_KEY=<your-key-ehre>
|
|
9
|
+
npx momentic@latest install-browsers
|
|
10
|
+
npx momentic@latest init
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
# Docs
|
|
14
|
+
Comprehensive documentation is available [here](https://momentic-ai.notion.site/). Our API reference is available [here](https://momentic.ai/docs/cli).
|