0.1.6 • Published 6 years ago

abacuss v0.1.6

Weekly downloads
14
License
MIT
Repository
github
Last release
6 years ago

Abacuss

Abacuss is a command line calculator

Install abacuss

$ npm install abacuss -g

Getting started

Run abacuss in command line:

$ abacuss

This will open the interactive shell.

Enter a numeric expression to get going:

>> 5+3 # hit enter
8 >>

The running total is shown.

This can be included in future expressions:

8 >>*8
64 >>/2
32 >>

Clear the running total by hitting enter or entering 'clear'...

32 >> # hit enter
>>

...or enter a new expression to reset the running total:

32 >> 4+4
8 >>

To quit enter control-c

Release History

  • v0.1.6 - Added modulo (%) support
  • v0.1.5 - Updating packages, Node v10.7.0 support
  • v0.1.4 - Strips non-numeric input
  • v0.1.3 - Removed console output error
  • v0.1.2 - Updated dependencies
  • v0.1.1 - Global install bugfix
  • v0.1.0 - Initial release
0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago