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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T18:33:49.000Z (over 6 years ago)
- Last Synced: 2025-08-09T05:37:06.609Z (11 months ago)
- Topics: cli, typescript, yaml
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 4
- Watchers: 1
- 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.
[](https://travis-ci.org/hxlnt/capture) [](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`