You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across the teroshdl-documenter-demo repo, which has some examples for generating documentation on the CLI for a CI pipeline. I would like to set up something like this, but I noticed that the standalone cloibri project, which is used by the documenter demo, has been archived and that there is a colibri directory in the main vscode-terosHDL repo. The documentor demo repo has also not been touched in 3 years.
Has the colibri project been merged with the main terosHDL project? Is there new recommended way to use the documentor on the CLI?
Thanks for your support! The documenter is a remarkable tool and I would love to be able to automate it without needing to open up VSCode to click a button.
The text was updated successfully, but these errors were encountered:
davidgussler
changed the title
Recommended flow for standalone CLI documentor
Recommended flow for standalone CLI documentor?
Oct 15, 2024
davidgussler
changed the title
Recommended flow for standalone CLI documentor?
Recommended flow for standalone CLI documenter?
Oct 15, 2024
$ ./bin/dev teroshdl
(node:3361844) Error Plugin: teroshdl: files attribute must be specified in /home/jcada/Downloads/teros/vscode-terosHDL/package.json
module: @oclif/[email protected]
plugin: teroshdl
root: /home/jcada/Downloads/teros/vscode-terosHDL
See more details with DEBUG=*
(Use `node --trace-warnings ...` to show where the warning was created)
Error: command teroshdl not found
at Config.runCommand (/home/jcada/Downloads/teros/vscode-terosHDL/node_modules/@oclif/core/lib/config/config.js:271:19)
In the colibri repo, just formatter, linter and template are usable.
./bin/dev teroshdl
Check errors in HDL files.
USAGE
$ teroshdl teroshdl:COMMAND
COMMANDS
teroshdl:formatter Check errors in HDL files.
teroshdl:linter Check errors in HDL files.
teroshdl:template Generate HDL template from a file.
So unfortunately, it seems like documentation generation via CLI is not supported right now at all.
I came across the teroshdl-documenter-demo repo, which has some examples for generating documentation on the CLI for a CI pipeline. I would like to set up something like this, but I noticed that the standalone cloibri project, which is used by the documenter demo, has been archived and that there is a colibri directory in the main vscode-terosHDL repo. The documentor demo repo has also not been touched in 3 years.
Has the colibri project been merged with the main terosHDL project? Is there new recommended way to use the documentor on the CLI?
Thanks for your support! The documenter is a remarkable tool and I would love to be able to automate it without needing to open up VSCode to click a button.
The text was updated successfully, but these errors were encountered: