Replies: 4 comments 2 replies
-
I think it's a good idea to add convenient methods for installation. For example, @Tachi107 (#89) previously contributed a Makefile for distribution in Debian. Your PR to add the I am not (yet) sure if I want to publish to npmjs, as this may come with additional maintenance overhead for me. Is it possible to automate the publishing process to npmjs in the github actions workflow? |
Beta Was this translation helpful? Give feedback.
-
I guess it is, according to the npm documentation it should be possible to generate security tokens which provide publish rights, but personally I do not have experience with them. I have tens of npm packages, but I still prefer to publish them manually from my computer, to be sure I do not mess anything. The sequence is:
I guess you can use |
Beta Was this translation helpful? Give feedback.
-
PR: #114 |
Beta Was this translation helpful? Give feedback.
-
PR #114 was merged. Closing the Discussion for now. |
Beta Was this translation helpful? Give feedback.
-
I did a test with this theme, and I think it is a nice addition to Doxygen. Thank you!
Since my environment is npm centric, to simplify its use in multiple projects I did a fork and published the project on npmjs.com:
As documented in the README, it can be conveniently installed with npm/xpm.
The additions are minimal, basically a
package.json
(for the package identify) and a.npmignore
to filter out files when publishing.It would be great if you could add these files to the project and possibly publish the releases on npmjs.com too. This step is not mandatory, xpm/npm can install packages directly from GitHub, but from npmjs.com it is faster.
If you think useful, I can submit a PR with a proposal for the 2 files.
Beta Was this translation helpful? Give feedback.
All reactions