Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 230 Bytes

DokuWikiNETParser

DokuWiki parser in .NET - WIP

build

cd src
dotnet build

running tests

cd test
dotnet test

running only particular test by method name

cd test
dotnet test --filter Name~UrlWithTitle