foam-capture
Foam Capture Cli
Usage
$ npm install -g foam-capture
$ foam-capture COMMAND
running command...
$ foam-capture (-v|--version|version)
foam-capture/0.0.3 darwin-x64 node-v15.5.0
$ foam-capture --help [COMMAND]
USAGE
$ foam-capture COMMAND
...
Commands
foam-capture capture [CAPTURESTRING]
Captures provided information
USAGE
$ foam-capture capture [CAPTURESTRING]
OPTIONS
-h, --help show CLI help
-s, --workspace=workspace Where the workspace exists, defaults to ".".
-w, --without-extensions generate link reference definitions without extensions (for legacy support)
EXAMPLE
$ foam-capture capture [string-to-capture]
See code: src/commands/capture.ts
foam-capture help [COMMAND]
display help for foam-capture
USAGE
$ foam-capture help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Development
- Run
yarn
somewhere in workspace (ideally root, see yarn workspace docs- This will automatically symlink all package directories so you're using the local copy
- In
packages/foam-capture
, make changes and run withyarn run cli
. This should use latest workspace manager changes.