Generates Docs from Manifest file
Peter: I used node.js 16 through nvm
and the yarn
package manager. But npm
works as well.
-
Run
nvm use lts/gallium
. -
Run
yarm install
ornpm install
. -
Ensure you know the location of the
manifest
folder.For example:
../microservice-pingone-sso/manifest
-
Run
node install.js <name of manifest folder/file>
For example:
node install.js ../microservice-pingone-sso/manifest
Note: If the folder does not contain an
index.js
file, then specify the name of the manifest file. For example:../template-simple-connector/manifests/manifest.js