devtionary

command module
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2023 License: MIT Imports: 8 Imported by: 0

README

devtionary

Developer's dictionary CLI

Usage

Read

devtionary -k [keyword]

Upsert

devtionary -k [keyword] -v [value]

Delete

devtionary -k [keyword] -d

Help

devtionary -h

Installation

Install executable
go install github.com/toanppp/devtionary@latest
GOPATH

Make sure your PATH includes the $GOPATH/bin directory so your commands can be easily used:

  • Linux or Mac

    export PATH=$PATH:$GOPATH/bin
    
  • Windows

    set PATH=%PATH%;%PATHGOPATH%\bin
    
MONGODB_URI

Set MONGODB_URI environment variable:

  • Linux or Mac

    export MONGODB_URI=your-mongodb-connection-string
    
  • Windows

    set MONGODB_URI=your-mongodb-connection-string
    

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL