metalift-cli
Advanced tools
+33
| # metalift-cli | ||
| Command-line interface for [Metalift](https://app.metalift.ai). | ||
| ## Requirements | ||
| - **Node.js 20+** | ||
| ## Install | ||
| ```bash | ||
| npm install -g metalift-cli | ||
| ``` | ||
| Or run without installing: | ||
| ```bash | ||
| npx metalift-cli scrape --url https://example.com | ||
| ``` | ||
| ## Usage | ||
| ```bash | ||
| export METALIFT_API_KEY="YOUR_API_KEY" | ||
| metalift scrape --url https://example.com --formats markdown | ||
| ``` | ||
| Get an API key from the [Metalift dashboard](https://app.metalift.ai/dashboard/keys). | ||
| ## Links | ||
| - [Documentation](https://app.metalift.ai/docs) | ||
| - [Support](mailto:support@metalift.ai) |
+7
-8
| { | ||
| "name": "metalift-cli", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Metalift command-line interface", | ||
@@ -12,11 +12,8 @@ "license": "SEE LICENSE IN LICENSE", | ||
| "build": "tsc", | ||
| "prepublishOnly": "npm run build" | ||
| "prepublishOnly": "npm run build && node ../../scripts/npm-prepare-publish.mjs strip", | ||
| "postpublish": "node ../../scripts/npm-prepare-publish.mjs restore" | ||
| }, | ||
| "dependencies": { | ||
| "@metalift/sdk": "1.0.0" | ||
| "@metalift/sdk": "1.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^22.10.2", | ||
| "typescript": "^5.7.2" | ||
| }, | ||
| "main": "dist/index.js", | ||
@@ -31,3 +28,5 @@ "types": "dist/index.d.ts", | ||
| "files": [ | ||
| "dist" | ||
| "dist", | ||
| "README.md", | ||
| "LICENSE" | ||
| ], | ||
@@ -34,0 +33,0 @@ "repository": { |
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
7391
9.48%0
-100%4
33.33%0
-100%34
Infinity%+ Added
- Removed
Updated