infographic-cli 0.4.0 → 0.5.0

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 +1 -1
  2. package/package.json +11 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
  [![Node.js Version](https://img.shields.io/node/v/infographic-cli.svg)](https://www.npmjs.com/package/infographic-cli)
6
6
 
7
- Command-line interface for [AntV Infographic](https://github.com/antvis/Infographic) - render declarative infographic syntax to SVG images.
7
+ Command-line interface for [AntV Infographic](https://github.com/antvis/Infographic) - instantly create stunning SVG infographics from simple declarative syntax. Render from strings, files, or stdin.
8
8
 
9
9
  ## Quick Start
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "infographic-cli",
3
- "version": "0.4.0",
4
- "description": "Command-line interface for AntV Infographic",
3
+ "version": "0.5.0",
4
+ "description": "Instantly create stunning SVG infographics from simple declarative syntax. Render from strings, files, or stdin.",
5
5
  "license": "MIT",
6
6
  "author": "lyw405",
7
7
  "type": "module",
@@ -50,8 +50,16 @@
50
50
  ],
51
51
  "keywords": [
52
52
  "infographic",
53
+ "infographics",
53
54
  "cli",
55
+ "svg",
56
+ "generator",
54
57
  "visualization",
55
- "antv"
58
+ "charts",
59
+ "diagrams",
60
+ "antv",
61
+ "templates",
62
+ "graphics",
63
+ "command-line"
56
64
  ]
57
65
  }