@sapphire/cli 0.0.1 → 0.0.2-next.1c6703c.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.
- package/README.md +1 -1
- package/dist/cli.js +0 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ $ npm install -g @sapphire/cli
|
|
|
28
28
|
$ sapphire COMMAND
|
|
29
29
|
running command...
|
|
30
30
|
$ sapphire (-v|--version|version)
|
|
31
|
-
@sapphire/cli/0.0.1
|
|
31
|
+
@sapphire/cli/0.0.1 linux-x64 node-v16.10.0
|
|
32
32
|
$ sapphire --help [COMMAND]
|
|
33
33
|
USAGE
|
|
34
34
|
$ sapphire COMMAND
|
package/dist/cli.js
CHANGED
|
File without changes
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.0.
|
|
1
|
+
{"version":"0.0.2-next.1c6703c.0","commands":{"generate":{"id":"generate","description":"generate a component (command, listener, etc.)","pluginName":"@sapphire/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"component","required":true},{"name":"name","required":true}]},"new":{"id":"new","description":"create a new Sapphire project","pluginName":"@sapphire/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"ProjectName","default":"NewSapphireProject"}]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2-next.1c6703c.0",
|
|
4
4
|
"description": "CLI for Sapphire Framework",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@commitlint/cli": "^13.1.0",
|
|
51
51
|
"@commitlint/config-conventional": "^13.1.0",
|
|
52
|
+
"@favware/npm-deprecate": "^1.0.2",
|
|
52
53
|
"@oclif/dev-cli": "^1.26.0",
|
|
53
54
|
"@sapphire/eslint-config": "^3.2.3",
|
|
54
55
|
"@sapphire/prettier-config": "^1.1.6",
|