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

https://github.com/nerdeveloper/thisdot-cli

This is a simple CLI for checking Tax and Totals
https://github.com/nerdeveloper/thisdot-cli

Last synced: 4 months ago
JSON representation

This is a simple CLI for checking Tax and Totals

Awesome Lists containing this project

README

          

# THISDOT-CLI

## This is a simple CLI for checking Tax and Totals

## Installation

```bash
git clone https://github.com/nerdeveloper/thisdot-cli.git
cd thisdot-cli
npm install

```

## Usage

```bash
npm link
thisdot-cli
```

### Examples

```bash
thisdot-cli --zipcode 20500 --subtotal 100000.00
```

## Lint

```bash
npm run lint
```

## Uninstall Package

```bash
npm unlink
```