Comparing version 0.0.0 to 0.0.1
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.0","commands":{"goodbye":{"id":"goodbye","pluginName":"dimchi","pluginType":"core","aliases":[],"flags":{},"args":[]},"hello":{"id":"hello","description":"describe the command here","pluginName":"dimchi","pluginType":"core","aliases":[],"examples":["$ dimchi hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]}}} | ||
{"version":"0.0.1","commands":{"add-project":{"id":"add-project","description":"Add project","pluginName":"dimchi","pluginType":"core","aliases":[],"flags":{},"args":[]},"destroy":{"id":"destroy","description":"Clean up config","pluginName":"dimchi","pluginType":"core","aliases":[],"flags":{},"args":[]},"hello":{"id":"hello","description":"describe the command here","pluginName":"dimchi","pluginType":"core","aliases":[],"examples":["$ dimchi hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]},"init":{"id":"init","description":"Init config","pluginName":"dimchi","pluginType":"core","aliases":[],"flags":{"update":{"name":"update","type":"boolean","char":"u","allowNo":false}},"args":[]},"open":{"id":"open","description":"Open current task in notion","pluginName":"dimchi","pluginType":"core","aliases":[],"flags":{},"args":[]}}} |
{ | ||
"name": "dimchi", | ||
"description": "Simplify the process of writing notes by combining your workflow with cli and notes editor (notion.so)", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": { | ||
@@ -18,2 +18,5 @@ "name": "Dima An", | ||
"@types/chai": "^4.2.16", | ||
"@types/current-git-branch": "^1.1.2", | ||
"@types/git-repo-name": "^1.0.1", | ||
"@types/inquirer": "^7.3.3", | ||
"@types/mocha": "^5.2.7", | ||
@@ -61,3 +64,3 @@ "@types/node": "^10.17.60", | ||
"posttest": "eslint . --ext .ts --config .eslintrc", | ||
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme", | ||
"prepack": "rm -rf lib && oclif-dev manifest && oclif-dev readme", | ||
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", | ||
@@ -68,7 +71,13 @@ "version": "oclif-dev readme && git add README.md" | ||
"dependencies": { | ||
"@notionhq/client": "^0.2.3", | ||
"@oclif/command": "^1.8.0", | ||
"@oclif/config": "^1.17.0", | ||
"@oclif/plugin-help": "^3.2.2", | ||
"current-git-branch": "^1.1.0", | ||
"git-repo-name": "^1.0.1", | ||
"inquirer": "^8.1.2", | ||
"keytar": "^7.7.0", | ||
"open": "^8.2.1", | ||
"tslib": "^1.14.1" | ||
} | ||
} |
@@ -22,3 +22,3 @@ dimchi | ||
$ dimchi (-v|--version|version) | ||
dimchi/0.0.0 darwin-x64 node-v14.17.3 | ||
dimchi/0.0.1 darwin-x64 node-v14.17.3 | ||
$ dimchi --help [COMMAND] | ||
@@ -32,15 +32,31 @@ USAGE | ||
<!-- commands --> | ||
* [`dimchi goodbye`](#dimchi-goodbye) | ||
* [`dimchi add-project`](#dimchi-add-project) | ||
* [`dimchi destroy`](#dimchi-destroy) | ||
* [`dimchi hello [FILE]`](#dimchi-hello-file) | ||
* [`dimchi help [COMMAND]`](#dimchi-help-command) | ||
* [`dimchi init`](#dimchi-init) | ||
* [`dimchi open`](#dimchi-open) | ||
## `dimchi goodbye` | ||
## `dimchi add-project` | ||
Add project | ||
``` | ||
USAGE | ||
$ dimchi goodbye | ||
$ dimchi add-project | ||
``` | ||
_See code: [src/commands/goodbye.ts](https://github.com/tbntdima/dimchi/blob/v0.0.0/src/commands/goodbye.ts)_ | ||
_See code: [src/commands/add-project.ts](https://github.com/tbntdima/dimchi/blob/v0.0.1/src/commands/add-project.ts)_ | ||
## `dimchi destroy` | ||
Clean up config | ||
``` | ||
USAGE | ||
$ dimchi destroy | ||
``` | ||
_See code: [src/commands/destroy.ts](https://github.com/tbntdima/dimchi/blob/v0.0.1/src/commands/destroy.ts)_ | ||
## `dimchi hello [FILE]` | ||
@@ -64,3 +80,3 @@ | ||
_See code: [src/commands/hello.ts](https://github.com/tbntdima/dimchi/blob/v0.0.0/src/commands/hello.ts)_ | ||
_See code: [src/commands/hello.ts](https://github.com/tbntdima/dimchi/blob/v0.0.1/src/commands/hello.ts)_ | ||
@@ -83,2 +99,27 @@ ## `dimchi help [COMMAND]` | ||
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_ | ||
## `dimchi init` | ||
Init config | ||
``` | ||
USAGE | ||
$ dimchi init | ||
OPTIONS | ||
-u, --update | ||
``` | ||
_See code: [src/commands/init.ts](https://github.com/tbntdima/dimchi/blob/v0.0.1/src/commands/init.ts)_ | ||
## `dimchi open` | ||
Open current task in notion | ||
``` | ||
USAGE | ||
$ dimchi open | ||
``` | ||
_See code: [src/commands/open.ts](https://github.com/tbntdima/dimchi/blob/v0.0.1/src/commands/open.ts)_ | ||
<!-- commandsstop --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
122
5879
10
17
5
0
1
+ Added@notionhq/client@^0.2.3
+ Addedcurrent-git-branch@^1.1.0
+ Addedgit-repo-name@^1.0.1
+ Addedinquirer@^8.1.2
+ Addedkeytar@^7.7.0
+ Addedopen@^8.2.1
+ Added@notionhq/client@0.2.4(transitive)
+ Added@types/node@22.9.3(transitive)
+ Added@types/node-fetch@2.6.12(transitive)
+ Addedansi-escapes@4.3.2(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedbabel-plugin-add-module-exports@0.2.1(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbl@4.1.0(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedchardet@0.7.0(transitive)
+ Addedchownr@1.1.4(transitive)
+ Addedcli-cursor@3.1.0(transitive)
+ Addedcli-spinners@2.9.2(transitive)
+ Addedcli-width@3.0.0(transitive)
+ Addedclone@1.0.4(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addedcross-spawn@5.1.0(transitive)
+ Addedcurrent-git-branch@1.1.0(transitive)
+ Addeddecompress-response@6.0.0(transitive)
+ Addeddeep-extend@0.6.0(transitive)
+ Addeddefaults@1.0.4(transitive)
+ Addeddefine-lazy-prop@2.0.0(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addeddetect-libc@2.0.3(transitive)
+ Addedend-of-stream@1.4.4(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedexeca@0.6.3(transitive)
+ Addedexpand-template@2.0.3(transitive)
+ Addedexternal-editor@3.1.0(transitive)
+ Addedfigures@3.2.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedfs-constants@1.0.0(transitive)
+ Addedget-stream@3.0.0(transitive)
+ Addedgit-config-path@2.0.0(transitive)
+ Addedgit-repo-name@1.0.1(transitive)
+ Addedgithub-from-package@0.0.0(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedini@1.3.8(transitive)
+ Addedinquirer@8.2.6(transitive)
+ Addedis-git-repository@1.1.1(transitive)
+ Addedis-interactive@1.0.0(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedis-unicode-supported@0.1.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedkeytar@7.9.0(transitive)
+ Addedlog-symbols@4.1.0(transitive)
+ Addedlru-cache@4.1.5(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedmimic-fn@2.1.0(transitive)
+ Addedmimic-response@3.1.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp-classic@0.5.3(transitive)
+ Addedmute-stream@0.0.8(transitive)
+ Addednapi-build-utils@1.0.2(transitive)
+ Addednode-abi@3.71.0(transitive)
+ Addednode-addon-api@4.3.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addednpm-run-path@2.0.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedonetime@5.1.2(transitive)
+ Addedopen@8.4.2(transitive)
+ Addedora@5.4.1(transitive)
+ Addedos-tmpdir@1.0.2(transitive)
+ Addedp-finally@1.0.0(transitive)
+ Addedparse-git-config@3.0.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpath-key@2.0.1(transitive)
+ Addedprebuild-install@7.1.2(transitive)
+ Addedpseudomap@1.0.2(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedrc@1.2.8(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedremote-origin-url@2.0.0(transitive)
+ Addedrestore-cursor@3.1.0(transitive)
+ Addedrun-async@2.4.1(transitive)
+ Addedrxjs@7.8.1(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedshebang-command@1.2.0(transitive)
+ Addedshebang-regex@1.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedsimple-concat@1.0.1(transitive)
+ Addedsimple-get@4.0.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedstrip-eof@1.0.0(transitive)
+ Addedstrip-json-comments@2.0.1(transitive)
+ Addedtar-fs@2.1.1(transitive)
+ Addedtar-stream@2.2.0(transitive)
+ Addedthrough@2.3.8(transitive)
+ Addedtmp@0.0.33(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedtunnel-agent@0.6.0(transitive)
+ Addedtype-fest@0.21.3(transitive)
+ Addedundici-types@6.19.8(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwcwidth@1.0.1(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
+ Addedwhich@1.3.1(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedyallist@2.1.2(transitive)