How to use your tool? #125
-
I'm interested in using your tool but I have no idea how I'm not a JavaScript developer. Could you explain how to build a CLI tool I can use in terminal? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @ccoVeille, Thank you for your interest. While I was trying to build the linter, it appears that So, the package/tool is not ready to be used yet. |
Beta Was this translation helpful? Give feedback.
-
For anyone interested in a mermaid-linter there is one available on gitlab ci for the code of GitLab https://gitlab.com/gitlab-org/gitlab/-/blob/master/scripts/lint/check_mermaid.mjs |
Beta Was this translation helpful? Give feedback.
Hi @ccoVeille, Thank you for your interest.
While I was trying to build the linter, it appears that
mermaid
needs a new parser, so I'm currently building it first; see /~https://github.com/orgs/mermaid-js/discussions/4362#discussioncomment-5905873.Moreover, the idea of the parser was adopted by the mermaid team and merged into /~https://github.com/mermaid-js/mermaid inside the
packages/parser
folder.As of right now, the new parser only supports three diagrams; if that number were higher, I would definitely continue working on this linting tool.
So, the package/tool is not ready to be used yet.