UNPKG

@terzitech/reqtext

Version:

Reqtext is a Git-native, CLI first requirements and documentation framework meant to bring requirement management directly into your workflow. Human -and AI- readable.

8 lines (6 loc) 267 B
import { fileURLToPath } from 'url'; import path from 'path'; import reqtToMarkdown from '../reqtParsers/reqtToMarkdown.mjs'; // Use provided arg as input file, else let reqtToMarkdown handle default let inputFile = process.argv[2]; await reqtToMarkdown(inputFile);