• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

_test/H20-Jan-2022-8860

build/H20-Jan-2022-2118

skel/H20-Jan-2022-11999

src/H20-Jan-2022-10983

.versionrc.jsH A D09-May-2021177 107

LICENSEH A D09-May-202117.7 KiB340281

README.mdH A D09-May-2021541 2010

cli.phpH A D09-May-2021927 3324

package.jsonH A D09-May-2021246 87

plugin.info.txtH A D09-May-2021242 87

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