Skip to content

x3pi/lbdoc-p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lbdoc-p

The tool automatically generates documentation for remote method loopback

Install

npm i lbdoc-p

How to use

Create lbdoc-p.json file in project folder:

{
  "info" : {
    "lang": "en-US",
    "title": "TITLE",
    "description": "DESCRIPTION"
  }
}

Create documents: where common/models is the directory containing the .json files of models

npx lbdoc-p  create -d common/models

Run develop

npx lbdoc-p dev

Build static html directory

npx lbdoc-p build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published