Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 30-Apr-2025 | - | ||||
_test/ | H | 20-Jan-2022 | - | 88 | 60 | |
build/ | H | 20-Jan-2022 | - | 21 | 18 | |
skel/ | H | 20-Jan-2022 | - | 119 | 99 | |
src/ | H | 20-Jan-2022 | - | 109 | 83 | |
.versionrc.js | H A D | 09-May-2021 | 177 | 10 | 7 | |
LICENSE | H A D | 09-May-2021 | 17.7 KiB | 340 | 281 | |
README.md | H A D | 09-May-2021 | 541 | 20 | 10 | |
cli.php | H A D | 09-May-2021 | 927 | 33 | 24 | |
package.json | H A D | 09-May-2021 | 246 | 8 | 7 | |
plugin.info.txt | H A D | 09-May-2021 | 242 | 8 | 7 |
README.md
1# Dokuwiki Plugin Developer Experience Plugin 2 3 4This plugin aims to improve the developer experience when having to maintain multiple plugins. 5It does so by enforcing a set of opinionated config and similar files. 6 7 8## Usage 9 10Commits in repositories maintained with the DX plugin are expected to follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard for their commit messages. 11 12### New Release 13 14To create a new changelog and a version number bump commit run the following: 15 16``` 17npx standard-version 18``` 19 20