codexpanel 0.0.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/cli.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ console.log('占名成功: codexpanel');
package/codexh5/cli.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ console.log('占名成功: codexh5');
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ console.log('占名成功: codexfish');
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ console.log('占名成功: codexyes');
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "codexyes",
3
+ "version": "0.0.1",
4
+ "description": "placeholder package to reserve name",
5
+ "bin": { "codexyes": "cli.js" },
6
+ "license": "MIT"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "codexfish",
3
+ "version": "0.0.1",
4
+ "description": "placeholder package to reserve name",
5
+ "bin": { "codexfish": "cli.js" },
6
+ "license": "MIT"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "codexh5",
3
+ "version": "0.0.1",
4
+ "description": "placeholder package to reserve name",
5
+ "bin": { "codexh5": "cli.js" },
6
+ "license": "MIT"
7
+ }
package/package.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "codexpanel",
3
+ "version": "0.0.1",
4
+ "description": "placeholder package to reserve name",
5
+ "bin": { "codexpanel": "cli.js" },
6
+ "license": "MIT"
7
+ }