@lhi/n8m 1.0.0 → 1.0.1
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 +1 -1
- package/docs/index.html +5 -2
- package/docs/social-card.png +0 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="n8m-
|
|
2
|
+
<img src="https://n8m.run/social-card.png" alt="n8m — agentic n8n workflow generator" width="100%" />
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
> Generate, modify, test, and deploy n8n workflows from the command line using
|
package/docs/index.html
CHANGED
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
<title>n8m — Agentic n8n Workflow Generator</title>
|
|
7
7
|
<meta name="description" content="Stop clicking. Start shipping. AI-powered CLI that generates, tests, and deploys n8n workflows from natural language. No account. No server. Bring your own AI key.">
|
|
8
8
|
<meta property="og:type" content="website">
|
|
9
|
+
<meta property="og:url" content="https://n8m.run">
|
|
9
10
|
<meta property="og:title" content="n8m — Agentic n8n Workflow Generator">
|
|
10
11
|
<meta property="og:description" content="Stop clicking. Start shipping. Open-source CLI with an agentic AI layer for n8n. No account. No server. Bring your own AI key.">
|
|
11
|
-
<meta property="og:image" content="https://
|
|
12
|
+
<meta property="og:image" content="https://n8m.run/social-card.png">
|
|
13
|
+
<meta property="og:image:width" content="1280">
|
|
14
|
+
<meta property="og:image:height" content="640">
|
|
12
15
|
<meta name="twitter:card" content="summary_large_image">
|
|
13
16
|
<meta name="twitter:title" content="n8m — Agentic n8n Workflow Generator">
|
|
14
17
|
<meta name="twitter:description" content="Stop clicking. Start shipping. AI-powered CLI for n8n.">
|
|
15
|
-
<meta name="twitter:image" content="https://
|
|
18
|
+
<meta name="twitter:image" content="https://n8m.run/social-card.png">
|
|
16
19
|
|
|
17
20
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
18
21
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
Binary file
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lhi/n8m",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Agentic n8n CLI wrapper - A Skill Bridge for n8n workflow automation",
|
|
5
5
|
"author": "Lem Canady",
|
|
6
6
|
"keywords": [
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
"eslint-config-oclif-typescript": "^3",
|
|
87
87
|
"mocha": "^10",
|
|
88
88
|
"oclif": "^4",
|
|
89
|
+
"puppeteer": "^24.38.0",
|
|
89
90
|
"shx": "^0.3.4",
|
|
90
91
|
"ts-node": "^10",
|
|
91
92
|
"tsx": "^4.21.0",
|