Skip to content

Commit 92375a0

Browse files
committed
npm ignore, readme updated
1 parent 6f00ca9 commit 92375a0

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
src/
2+
node_modules/
3+
*.tsbuildinfo
4+
.env
5+
.env.local
6+
.DS_Store
7+
*.log
8+
.github/
9+
.husky/
10+
eslint.config.js
11+
tsconfig.json
12+
.gitignore

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# linkedin-cli
2+
13
AI-agent-friendly CLI for LinkedIn automation via [Linked API](https://linkedapi.io).
24

35
Give your AI agent full LinkedIn capabilities: send messages, fetch profiles, search people and companies, manage connections, create posts, react, comment – all through simple CLI commands with structured JSON output. Built for OpenClaw, Claude Code, Cursor, Codex, and any AI agent that can execute shell commands.
@@ -730,7 +732,7 @@ cat workflow.json | linkedin workflow run
730732
echo '{"actions":[...]}' | linkedin workflow run
731733
```
732734

733-
See [Custom Workflows](https://linkedapi.io/docs/custom-workflows) for the workflow JSON schema.
735+
See [Building Workflows](https://linkedapi.io/docs/building-workflows/) for the workflow JSON schema.
734736

735737
#### `workflow status`
736738

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linkedapi/linkedin-cli",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "AI-agent-friendly CLI for controlling LinkedIn accounts and retrieving real-time data.",
55
"author": "Linked API",
66
"license": "MIT",

0 commit comments

Comments
 (0)