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

..--

_test/20-Jan-2022-8860

build/20-Jan-2022-2118

skel/20-Jan-2022-11999

src/20-Jan-2022-10983

.versionrc.jsD09-May-2021177 107

LICENSED09-May-202117.7 KiB340281

README.mdD09-May-2021541 2010

cli.phpD09-May-2021927 3324

package.jsonD09-May-2021246 87

plugin.info.txtD09-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