Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hxlnt/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.
https://github.com/hxlnt/capture

cli typescript yaml

Last synced: 26 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 📸 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](https://travis-ci.org/hxlnt/capture.svg?branch=master)](https://travis-ci.org/hxlnt/capture) [![Coverage Status](https://coveralls.io/repos/github/hxlnt/capture/badge.svg?branch=master)](https://coveralls.io/github/hxlnt/capture?branch=master)

## 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`