Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ntwcklng/brutto


https://github.com/ntwcklng/brutto

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# brutto [![Build Status](https://travis-ci.org/ntwcklng/brutto.svg?branch=master)](https://travis-ci.org/ntwcklng/brutto)

> Bruttopreis berechnen

## Install

```
$ npm install -g brutto
```

## CLI

```
$ brutto --help

Bruttopreis berechnen

Usage
$ brutto [input]

Options
--steuer Anderer Steuersatz [Default: 19%]

Examples
$ brutto 23,12
Brutto: 27,51€ (19% MwSt = 4,39€)
$ brutto 23,12 --steuer 7
Brutto: 24,73€ (7% MwSt = 1,61€)
```

## License

MIT © [ntwcklng](http://-)