New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

codenav

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codenav

code navigation

  • 1.0.0-m05
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Code Navigation

codenav Package Quality Gate Status

install it

from stable
npm install -g codenav
from source
git clone git@github.com:viqueen/codenav.git
cd codenav

npm link

configure it

  • view default config
cnav config
  • set your custom values
cnav set-config sources.root <path/to/sources/root>
cnav set-config shell.cmd <bash|zsh>

use it

  • cnav
>> cnav -h

Options:
  -V, --version                output the version number
  -h, --help                   display help for command

Commands:
  register <sshUrlConnection>  registers a new repo using its ssh url connection
  list [options]               lists registered repos
  clone [options]              clone registered repos
  config                       displays cnav configuration
  set-config <key> <value>     updates cnav configuration entry
  get-config <key>             gets cnav configuration entry
  go <alias>                   go to repo directory
  help [command]               display help for command
  • cnav-bitbucket
cnav-bitbucket register <username|org>
  • cnav-github
cnav-github register <username|org>
  • list repos
usage

Usage: cnav list [options]

lists registered repos

Options:
-h, --host <name> filter by host (default: "_")
-ns, --namespace <namespace> filter by namespace (default: "_")
-l, --location display checkout location only (default: false)

cnav list
cnav list -ns <username|org>
cnav list -h <github.com|bitbucket.org>
cnav list -ns <username|org> -h <github.com|bitbucket.org>
  • clone repos
usage

Usage: cnav clone [options]

clone registered repos

Options:
-h, --host <name> filter by host (default: "_")
-ns, --namespace <namespace> filter by namespace (default: "_")

cnav clone
cnav clone -ns <username|org>
cnav clone -h <github.com|bitbucket.org>
cnav clone -ns <username|org> -h <github.com|bitbucket.org>
  • navigate to repo
cnav go <name>

:warning: make sure your shell.cmd config is set to the shell you are using (either bash or zsh or ...)

Keywords

FAQs

Package last updated on 17 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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