Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntwcklng/brutto
https://github.com/ntwcklng/brutto
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntwcklng/brutto
- Owner: ntwcklng
- License: mit
- Created: 2016-09-04T20:37:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T20:40:35.000Z (over 8 years ago)
- Last Synced: 2024-04-14T13:51:21.312Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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 --helpBruttopreis 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://-)