@svgicons-com/cli 0.1.0-alpha.1 → 0.1.0-alpha.2

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 CHANGED
@@ -1,10 +1,14 @@
1
1
  # Svg/icons CLI Alpha
2
2
 
3
- The Svg/icons CLI alpha is a developer workflow client for Pro Plan API tokens. It can search icons, recommend icons for a UI brief, create Icon Collections, add icons to collections, queue exports, and scan a local codebase for UI concepts.
3
+ The Svg/icons CLI connects your terminal to [svgicons.com](https://svgicons.com), a growing search engine of 312K+ open-source SVG icons and icon sets for developer projects. It is designed for frontend developers, product engineers, and teams who want to find the right icon faster and move it into a real codebase without breaking their workflow.
4
+
5
+ With the CLI, you can search icons, inspect metadata, download SVG files, scan an existing project for icon needs, ask for icon recommendations from a UI brief, create Icon Collections, add icons to collections, queue framework-ready exports, build a local icon folder, and generate license/provenance reports.
6
+
7
+ Public icon search works without changing the default endpoint. Pro workflows require a Svg/icons Pro Plan API token, including raw SVG access, Icon Collections, exports, recommendations that create collections, and project synchronization. These features are built to speed up icon selection for both new interfaces and existing projects by keeping discovery, selection, export, and license checks in one repeatable developer workflow.
4
8
 
5
9
  The scanner is read-only by default. It never edits project files unless a future command explicitly adds that behavior.
6
10
 
7
- Current package version: `0.1.0-alpha.1`.
11
+ Current package version: `0.1.0-alpha.2`.
8
12
 
9
13
  ## Requirements
10
14
 
@@ -25,8 +29,6 @@ svgicons auth status
25
29
  svgicons doctor
26
30
  ```
27
31
 
28
- Use `--base-url http://127.0.0.1:8000` when testing against a local Laravel server.
29
-
30
32
  You can also avoid writing a config file by setting `SVGICONS_TOKEN` or `SVGICONS_API_TOKEN`.
31
33
 
32
34
  Inspect local config without exposing the stored token:
package/RELEASE_NOTES.md CHANGED
@@ -1,4 +1,8 @@
1
- # Svg/icons CLI 0.1.0-alpha.1
1
+ # Svg/icons CLI 0.1.0-alpha.2
2
+
3
+ This alpha refresh removes local-development wording from the public npm README. Runtime behavior is unchanged from `0.1.0-alpha.1`.
4
+
5
+ ## 0.1.0-alpha.1
2
6
 
3
7
  This alpha release prepares the CLI for real Pro Plan workflows against the svgicons.com Laravel backend.
4
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svgicons-com/cli",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.0-alpha.2",
4
4
  "description": "Svg/icons CLI alpha for icon search, Pro collections, exports, project scanning, and license workflows.",
5
5
  "type": "module",
6
6
  "bin": {