JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q44524F
  • License MIT

CLI to sync your Paperpile with Notion

Package Exports

  • @jmuchovej/paperpile-notion
  • @jmuchovej/paperpile-notion/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jmuchovej/paperpile-notion) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

oclif-hello-world

oclif example Hello World CLI

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @jmuchovej/paperpile-notion
$ paperpile-notion COMMAND
running command...
$ paperpile-notion (--version)
@jmuchovej/paperpile-notion/1.0.0 darwin-x64 node-v17.8.0
$ paperpile-notion --help [COMMAND]
USAGE
  $ paperpile-notion COMMAND
...

Commands

paperpile-notion articles:clean

describe the command here

USAGE
  $ paperpile-notion articles:clean -c <value> -f <value>

FLAGS
  -c, --config=<value>  (required) Path to your config file
  -f, --bibtex=<value>  (required) BibTeX file to update Notion from

DESCRIPTION
  describe the command here

EXAMPLES
  $ paperpile-notion articles:clean

See code: dist/commands/articles/clean.ts

paperpile-notion articles:sync

describe the command here

USAGE
  $ paperpile-notion articles:sync -c <value> -f <value>

FLAGS
  -c, --config=<value>  (required) Path to your config file
  -f, --bibtex=<value>  (required) BibTeX file to update Notion from

DESCRIPTION
  describe the command here

EXAMPLES
  $ paperpile-notion articles:sync

See code: dist/commands/articles/sync.ts

paperpile-notion authors:clean

describe the command here

USAGE
  $ paperpile-notion authors:clean -c <value> -f <value>

FLAGS
  -c, --config=<value>  (required) Path to your config file
  -f, --bibtex=<value>  (required) BibTeX file to update Notion from

DESCRIPTION
  describe the command here

EXAMPLES
  $ paperpile-notion authors:clean

See code: dist/commands/authors/clean.ts

paperpile-notion authors:sync

describe the command here

USAGE
  $ paperpile-notion authors:sync -c <value> -f <value>

FLAGS
  -c, --config=<value>  (required) Path to your config file
  -f, --bibtex=<value>  (required) BibTeX file to update Notion from

DESCRIPTION
  describe the command here

EXAMPLES
  $ paperpile-notion authors:sync

See code: dist/commands/authors/sync.ts

paperpile-notion help [COMMAND]

Display help for paperpile-notion.

USAGE
  $ paperpile-notion help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for paperpile-notion.

See code: @oclif/plugin-help

paperpile-notion plugins

List installed plugins.

USAGE
  $ paperpile-notion plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ paperpile-notion plugins

See code: @oclif/plugin-plugins

paperpile-notion plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ paperpile-notion plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installs a plugin into the CLI.

  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.

ALIASES
  $ paperpile-notion plugins:add

EXAMPLES
  $ paperpile-notion plugins:install myplugin 

  $ paperpile-notion plugins:install https://github.com/someuser/someplugin

  $ paperpile-notion plugins:install someuser/someplugin

paperpile-notion plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ paperpile-notion plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ paperpile-notion plugins:inspect myplugin

See code: @oclif/plugin-plugins

paperpile-notion plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ paperpile-notion plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installs a plugin into the CLI.

  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.

ALIASES
  $ paperpile-notion plugins:add

EXAMPLES
  $ paperpile-notion plugins:install myplugin 

  $ paperpile-notion plugins:install https://github.com/someuser/someplugin

  $ paperpile-notion plugins:install someuser/someplugin

See code: @oclif/plugin-plugins

Links a plugin into the CLI for development.

USAGE
  $ paperpile-notion plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Links a plugin into the CLI for development.

  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.

EXAMPLES
  $ paperpile-notion plugins:link myplugin

See code: @oclif/plugin-plugins

paperpile-notion plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ paperpile-notion plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ paperpile-notion plugins:unlink
  $ paperpile-notion plugins:remove

paperpile-notion plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ paperpile-notion plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ paperpile-notion plugins:unlink
  $ paperpile-notion plugins:remove

See code: @oclif/plugin-plugins

paperpile-notion plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ paperpile-notion plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ paperpile-notion plugins:unlink
  $ paperpile-notion plugins:remove

paperpile-notion plugins:update

Update installed plugins.

USAGE
  $ paperpile-notion plugins:update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.

See code: @oclif/plugin-plugins