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
- Host: GitHub
- URL: https://github.com/nerdeveloper/thisdot-cli
- Owner: nerdeveloper
- Created: 2019-08-11T22:10:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T11:52:01.000Z (about 4 years ago)
- Last Synced: 2025-04-05T14:42:28.043Z (11 months ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```