@hintoai/cli 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +14 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,9 @@
4
4
  [![CI](https://github.com/hintoai/hinto-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/hintoai/hinto-cli/actions/workflows/ci.yml)
5
5
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
6
6
 
7
- Command-line interface for the [Hinto AI](https://hinto.ai) API. Manage videos, articles, folders, templates, and publishing from your terminal or from AI agents and scripts.
7
+ Command-line interface for [**Hinto AI**](https://hintoai.com) — turn videos into articles, docs, and published content. Manage videos, articles, folders, templates, and publishing from your terminal or from AI agents and scripts.
8
+
9
+ > New to Hinto AI? Create a project and grab your API key at **[hintoai.com](https://hintoai.com)**.
8
10
 
9
11
  ## Installation
10
12
 
@@ -427,3 +429,14 @@ cp -r skills/hinto-cli/. ~/.claude/skills/hinto-cli/
427
429
  2. The usage examples in this `README.md`
428
430
 
429
431
  Then copy and commit together so the repo and the local skill stay in sync.
432
+
433
+ ---
434
+
435
+ ## About Hinto AI
436
+
437
+ [Hinto AI](https://hintoai.com) turns videos into SEO-ready articles, documentation, and published content sites. This CLI is the terminal interface to the [Hinto AI API](https://hintoai.com).
438
+
439
+ - 🌐 Website: **[hintoai.com](https://hintoai.com)**
440
+ - 📦 npm: [@hintoai/cli](https://www.npmjs.com/package/@hintoai/cli)
441
+ - 🤖 Use from an AI agent: `npx skills add hintoai/hinto-cli`
442
+ - 📄 License: [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hintoai/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Hinto AI CLI — manage videos, articles, and publishing via the Hinto API",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -13,7 +13,7 @@
13
13
  "node": ">=20"
14
14
  },
15
15
  "license": "MIT",
16
- "homepage": "https://github.com/hintoai/hinto-cli#readme",
16
+ "homepage": "https://hintoai.com",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "git+https://github.com/hintoai/hinto-cli.git"