ninekit-cli 0.0.0-dev.1 → 1.0.0-dev.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.
- package/README.md +0 -10
- package/cli-manifest.json +2 -2
- package/dist/index.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,16 +36,6 @@ Comprehensive documentation in `/docs`:
|
|
|
36
36
|
- **[nk watch](./docs/nk-watch.md)** - GitHub issue monitoring daemon
|
|
37
37
|
- **[nk content](./docs/nk-content.md)** - Automated content generation from git activity
|
|
38
38
|
|
|
39
|
-
## Prerequisites
|
|
40
|
-
|
|
41
|
-
Before using NineKit CLI, you need to:
|
|
42
|
-
|
|
43
|
-
1. **Purchase a NineKit Starter Kit** from [NineKit.cc](https://ninekit.chiendt.io.vn)
|
|
44
|
-
2. **Get Repository Access**: After purchase, you'll receive access to the private GitHub repository containing your kit
|
|
45
|
-
3. **Create a GitHub Personal Access Token** (PAT) with `repo` scope to download releases
|
|
46
|
-
|
|
47
|
-
Without a purchased kit and repository access, the CLI will not be able to download any project templates.
|
|
48
|
-
|
|
49
39
|
## Installation
|
|
50
40
|
|
|
51
41
|
The NineKit CLI is published on npm at [npmjs.com/package/ninekit-cli](https://www.npmjs.com/package/ninekit-cli).
|
package/cli-manifest.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -64309,7 +64309,7 @@ var package_default;
|
|
|
64309
64309
|
var init_package = __esm(() => {
|
|
64310
64310
|
package_default = {
|
|
64311
64311
|
name: "ninekit-cli",
|
|
64312
|
-
version: "
|
|
64312
|
+
version: "1.0.0-dev.1",
|
|
64313
64313
|
description: "CLI tool for bootstrapping and updating NineKit projects",
|
|
64314
64314
|
type: "module",
|
|
64315
64315
|
repository: {
|
|
@@ -82789,12 +82789,12 @@ var BANNER_LINES;
|
|
|
82789
82789
|
var init_help_banner = __esm(() => {
|
|
82790
82790
|
init_help_colors();
|
|
82791
82791
|
BANNER_LINES = [
|
|
82792
|
-
"
|
|
82793
|
-
"
|
|
82794
|
-
"
|
|
82795
|
-
"
|
|
82796
|
-
"
|
|
82797
|
-
"
|
|
82792
|
+
" █████╗ ██╗ ██╗",
|
|
82793
|
+
"██╔══██╗██║ ██╔╝",
|
|
82794
|
+
"╚██████║█████╔╝ ",
|
|
82795
|
+
" ╚═══██║██╔═██╗ ",
|
|
82796
|
+
" █████╔╝██║ ██╗",
|
|
82797
|
+
" ╚════╝ ╚═╝ ╚═╝"
|
|
82798
82798
|
];
|
|
82799
82799
|
});
|
|
82800
82800
|
|