Skip to content

realLiangshiwei/ToShowDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToShowDoc

Automatically generate documents to showdoc !

NuGet NuGet

install

dotnet tool install -g toshowdoc

commands

  add        add project
  del        delete project
  list       show all project
  sync       sync doc
  update     update project

add

add project

Usage: ToShowDoc add [options]

Options:
  -h|--help             Show help information
  -n|--name             Project Name
  -ak|--ApiKey          ShowDoc Project ApiKey
  -at|--ApiToken        ShowDoc Project ApiToken
  -su|--SwaggerJsonUrl  Swagger Json Url
  -sdu|--ShowDocUrl     ShowDocUrl Name

update

update project

Usage: ToShowDoc update [options]

Options:
  -h|--help             Show help information
  -n|--name             Project Name
  -ak|--ApiKey          ShowDoc Project ApiKey
  -at|--ApiToken        ShowDoc Project ApiToken
  -su|--SwaggerJsonUrl  Swagger Json Url
  -sdu|--ShowDocUrl     ShowDocUrl Name

list

show all project

Usage: ToShowDoc list [options]

Options:
  -h|--help  Show help information

del

delete project

Usage: ToShowDoc del [options]

Options:
  -h|--help  Show help information
  -n|--name  Project Name

sync

sync doc

Usage: ToShowDoc sync [options]

Options:
  -h|--help  Show help information
  -n|--name  Project Name