Skip to content

juancancela/austax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Austax

Austax

Description

Simplistic command line tool to calculate gross income and net income given an annual salary (for Australians only! :))

System Requirements

  • NodeJS 4.2.3 LTS

Installation

$ npm install -g austax

Usage

$ austax ANNUAL_SALARY SUPER_RATE START_DATE

Example:

  • Input
$ austax 100000 0.4 12/12/12
  • Output

MONTH : 12

GROSS INCOME : 8333

INCOME TAX : 24950

SUPER : 3333

NET INCOME : 6254