momentic 0.0.119 → 0.0.121
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 +9 -5
- package/bin/cli.js +30 -30
- package/dist/index.js +13 -13
- package/package.json +1 -1
- package/static/assets/{index-nmR8dfiG.js → index-SYhQieDa.js} +25 -25
- package/static/index.html +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
# Momentic SDK
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## Documentation
|
|
4
|
+
API documentation is available [here](https://docs.momentic.ai).
|
|
5
|
+
|
|
6
|
+
## System requirements
|
|
4
7
|
- Node 20+
|
|
8
|
+
- Windows 10+, Windows Server 2016+, or Windows Subsystem for Linux (WSL).
|
|
9
|
+
- macOS 13 Ventura, or macOS 14 Sonoma.
|
|
10
|
+
- Debian 11, Debian 12, Ubuntu 20.04 or Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
|
|
5
11
|
|
|
6
|
-
|
|
12
|
+
## Installation
|
|
7
13
|
```
|
|
8
14
|
export MOMENTIC_API_KEY=<your-key-here>
|
|
15
|
+
|
|
9
16
|
npx momentic@latest install-browsers
|
|
10
17
|
npx momentic@latest init
|
|
11
18
|
```
|
|
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).
|