Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doc-me

A simple CLI tool to open documentation links defined in a json file.

#USAGE

npm i @michael.gibbons/doc-me

In your package.json, create a doc property as an array of key value pairs of the URLs you would like to reference. Like so.

  ...
  "doc": [
    {
      "name":"google",
      "value": "https://google.com"
    },
    {
      "name": "youtube",
      "value": "https://youtube.com"
    }
  ]

Then run npx doc when you would like to reference your urls.

About

A simple CLI tool to open documentation links defined in a json file.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages