1.0.2 • Published 4 years ago
lbdoc-p v1.0.2
lbdoc-p
The tool automatically generates documentation for remote method loopback
Install
npm i lbdoc-pHow 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/modelsRun develop
npx lbdoc-p devBuild static html directory
npx lbdoc-p build