We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92b9ff commit d053391Copy full SHA for d053391
README.md
@@ -87,9 +87,12 @@ bin/documentation.js build src/** -f html -o docs
87
# document index.js, ignoring any files it requires or imports
88
bin/documentation.js build index.js -f md --shallow
89
90
-# build, serve, and live-update html docs for app.js
+# build and serve html docs for app.js
91
bin/documentation.js serve app.js
92
93
+# build, serve, and live-update html docs for app.js
94
+bin/documentation.js serve --watch app.js
95
+
96
# validate JSDoc syntax in util.js
97
bin/documentation.js lint util.js
98
0 commit comments