1.0.5 • Published 6 years ago

fitnesse-format v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago