@bakesaled/muster
Version:
A tool that collects your financial information from the web.
32 lines (20 loc) • 297 B
Markdown
Muster
A tool that retrieves your financial information from the web.
# Installation
```bash
npm install
```
# Running the app
```bash
development
npm run start
```
# Test
```bash
unit tests
npm run test
test coverage
npm run test:cov
```
# Usage
(see example code)