Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hxlnt/capture
- Owner: hxlnt
- License: mit
- Created: 2019-02-27T22:07:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T18:33:49.000Z (about 5 years ago)
- Last Synced: 2024-10-28T05:01:02.647Z (2 months ago)
- Topics: cli, typescript, yaml
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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`