velocirepo add-project

Add a new project to the config

velocirepo add-project [OPTIONS]
Full --help output
Add a new project to the config

Usage:
  velocirepo add-project [id] [flags]

Flags:
      --cran string             CRAN package name
      --github string           GitHub owner/repo
      --github-traffic string   GitHub owner/repo for traffic data
  -h, --help                    help for add-project
      --homebrew string         Homebrew formula
      --linkedin string         LinkedIn URN
      --name string             display name
      --openvsx string          OpenVSX extension (publisher/extension)
      --plausible string        Plausible site ID
      --pypi string             PyPI package name
      --rss string              RSS or Atom feed URL
      --youtube string          YouTube channel (@handle), playlist (PLxxx), or video ID

Global Flags:
      --config string   config file (default: walk up for velocirepo.toml)
  -q, --quiet           suppress progress output
  -v, --verbose         enable debug logging

Options

--cran: string
CRAN package name
--github: string
GitHub owner/repo
--github-traffic: string
GitHub owner/repo for traffic data
-h, --help
help for add-project
--homebrew: string
Homebrew formula
--linkedin: string
LinkedIn URN
--name: string
display name
--openvsx: string
OpenVSX extension (publisher/extension)
--plausible: string
Plausible site ID
--pypi: string
PyPI package name
--rss: string
RSS or Atom feed URL
--youtube: string
YouTube channel (@handle), playlist (PLxxx), or video ID
--config: string = walk up for velocirepo.toml
config file
-q, --quiet
suppress progress output
-v, --verbose
enable debug logging