abacuss

0.1.6 • Public • Published

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 
>>

The running total is shown.

This can be included in future expressions:

>>*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
>>

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

Package Sidebar

Install

npm i abacuss

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

4.43 MB

Total Files

681

Last publish

Collaborators

  • loksland