UNPKG

@sytone/markdown-snippet-injector

Version:

The MarkDown snippet injector generates MD code snippets by extracting them from the source code of your projects.

13 lines (6 loc) 261 B
#!/usr/bin/env node var shelljs = require("shelljs"); shelljs.echo('Preparing for tests ...'); shelljs.rm('-rf', 'test/docsroot-output'); shelljs.cp("-R", "test/docsroot", "test/docsroot-output"); shelljs.echo('Preparing for tests ... DONE');