0.0.1 • Published 10 years ago

countte v0.0.1

Weekly downloads
2
License
-
Repository
-
Last release
10 years ago

countte Build Status

Command line utility for statistics on numbers.

Getting Started

Install : npm install countte -g

Examples

seq 1 10 | countte
count : 10
sum   : 55
avg   : 5.5
min   : 1
max   : 10

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

  • 2014-01-15 init

License

Copyright (c) 2014 lyuehh. Licensed under the MIT license.