/capture

Capture is a CLI tool written in Typescript for writing structured text input into a local YAML file. This will serve as the basis for other CLI tools.

Primary LanguageTypeScriptMIT LicenseMIT

📸 C A P T U R E

Capture is a CLI tool written in Typescript for writing structured text input into a local YAML file. This will serve as the basis for other CLI tools.

Build Status Coverage Status

Install

git clone https://github.com/hxlnt/capture.git

cd capture

npm install

Run

node dist/src/app.js

Build from source + run tests + output coverage report

npm run coverage