1.0.5 • Published 4 years ago

fitnesse-format v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

fitnesse-format

NPM package to format fitnesse wiki.

Usage

npm install --save-dev fitnesse-format

Import the package into your JS files

import * as wikiformatter from fitnesse-format

The package only takes in a string so you can read in a whole FitNesse test or just a section of the test as string. Just call what you imported it as in order to trigger the formatting.

const wiki = new wikiformatter();

const formattedWiki = wiki.format(string);

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago