Skip to content

A CLI tool for crawling job sites and extracting company information

License

Notifications You must be signed in to change notification settings

jharrisonio/company-crawler

Repository files navigation

oclif-hello-world

oclif example Hello World CLI

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g crawl-companies
$ crawl-companies COMMAND
running command...
$ crawl-companies (--version)
crawl-companies/0.0.0 darwin-arm64 node-v18.6.0
$ crawl-companies --help [COMMAND]
USAGE
  $ crawl-companies COMMAND
...

Commands

crawl-companies hello PERSON

Say hello

USAGE
  $ crawl-companies hello [PERSON] -f <value>

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  (required) Who is saying hello

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: dist/commands/hello/index.ts

crawl-companies hello world

Say hello world

USAGE
  $ crawl-companies hello world

DESCRIPTION
  Say hello world

EXAMPLES
  $ crawl-companies hello world
  hello world! (./src/commands/hello/world.ts)

crawl-companies help [COMMAND]

Display help for crawl-companies.

USAGE
  $ crawl-companies 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 crawl-companies.

See code: @oclif/plugin-help

crawl-companies plugins

List installed plugins.

USAGE
  $ crawl-companies plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ crawl-companies plugins

See code: @oclif/plugin-plugins

crawl-companies plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ crawl-companies 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
  $ crawl-companies plugins add

EXAMPLES
  $ crawl-companies plugins:install myplugin 

  $ crawl-companies plugins:install https://github.com/someuser/someplugin

  $ crawl-companies plugins:install someuser/someplugin

crawl-companies plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ crawl-companies 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
  $ crawl-companies plugins:inspect myplugin

crawl-companies plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ crawl-companies 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
  $ crawl-companies plugins add

EXAMPLES
  $ crawl-companies plugins:install myplugin 

  $ crawl-companies plugins:install https://github.com/someuser/someplugin

  $ crawl-companies plugins:install someuser/someplugin

crawl-companies plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ crawl-companies 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
  $ crawl-companies plugins:link myplugin

crawl-companies plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ crawl-companies plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ crawl-companies plugins unlink
  $ crawl-companies plugins remove

crawl-companies plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ crawl-companies plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ crawl-companies plugins unlink
  $ crawl-companies plugins remove

crawl-companies plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ crawl-companies plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ crawl-companies plugins unlink
  $ crawl-companies plugins remove

crawl-companies plugins update

Update installed plugins.

USAGE
  $ crawl-companies plugins update [-h] [-v]

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

DESCRIPTION
  Update installed plugins.

About

A CLI tool for crawling job sites and extracting company information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published