create-cn-component 0.0.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/package.json +19 -0
  2. package/readme.md +22 -0
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "create-cn-component",
3
+ "version": "0.0.0",
4
+ "type": "module",
5
+ "description": "Scaffold a new Cnos component",
6
+ "bin": {
7
+ "create-cn-component": "./bin/index.js"
8
+ },
9
+ "preferGlobal": true,
10
+ "author": "CNOS",
11
+ "license": "MIT",
12
+ "engines": {
13
+ "node": ">=18"
14
+ },
15
+ "dependencies": {
16
+ "chalk": "^4.1.2",
17
+ "inquirer": "^9.2.8"
18
+ }
19
+ }
package/readme.md ADDED
@@ -0,0 +1,22 @@
1
+ # create-cn-component
2
+
3
+ **Package Status:** Reserved for Future Use
4
+
5
+ ---
6
+
7
+ This NPM package is currently **reserved for future development** and is not intended for public use at this time.
8
+
9
+ ## Overview
10
+
11
+ create-cn-component is planned to serve as a **Cloud Native Installation component** format for distributing components and components in the CNOS ecosystem. This package acts as a placeholder to reserve the namespace and will eventually provide tools, manifest schemas, and distribution utilities for CNOS components.
12
+
13
+ ## Current Status
14
+
15
+ - No functionality is implemented yet.
16
+ - The package is **not production-ready**.
17
+ - All attempts to install or use this package will have **no effect**.
18
+
19
+ ## Installation
20
+
21
+ ```bash
22
+ npm install create-cn-component