@nectary/cli
Advanced tools
+2
-2
| { | ||
| "name": "@nectary/cli", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "private": false, | ||
@@ -30,3 +30,3 @@ "type": "module", | ||
| "react": "^18.2.0", | ||
| "@nectary/components": "5.18.1", | ||
| "@nectary/components": "5.18.2", | ||
| "@types/node": "^18.17.17", | ||
@@ -33,0 +33,0 @@ "typescript": "^5.2.2" |
+9
-9
@@ -15,3 +15,3 @@ # Nectary CLI | ||
| ```bash | ||
| npx nectary@latest list | ||
| npx @nectary/cli list | ||
| ``` | ||
@@ -26,3 +26,3 @@ | ||
| ```bash | ||
| npx nectary@latest view <name> | ||
| npx @nectary/cli view <name> | ||
| ``` | ||
@@ -33,3 +33,3 @@ | ||
| ```bash | ||
| npx nectary@latest view table | ||
| npx @nectary/cli view table | ||
| ``` | ||
@@ -42,3 +42,3 @@ | ||
| ```bash | ||
| npx nectary@latest add <name> | ||
| npx @nectary/cli add <name> | ||
| ``` | ||
@@ -49,6 +49,6 @@ | ||
| ```bash | ||
| npx nectary@latest add button | ||
| npx nectary@latest add select | ||
| npx nectary@latest add phone-input | ||
| npx nectary@latest add table | ||
| npx @nectary/cli add button | ||
| npx @nectary/cli add select | ||
| npx @nectary/cli add phone-input | ||
| npx @nectary/cli add table | ||
| ``` | ||
@@ -116,2 +116,2 @@ | ||
| 3. **Rebuild the registry**: from `packages/nectary-cli`, run `pnpm run build` (or `pnpm run build:registry` after `tsc`). This reads the manifest and writes `dist/registry/<name>.json`. | ||
| 4. **Publish** the `nectary` package so users can run `npx nectary@latest add <name>`. | ||
| 4. **Publish** the `nectary` package so users can run `npx @nectary/cli add <name>`. |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
27355
-0.07%