Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dimchi

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dimchi - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

oclif.manifest.json

@@ -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 -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc