Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ If you're on OS X, spark is also on [Homebrew][brew]:

brew install spark

If you use [bpkg](https://github.com/bpkg/bpkg), you can install it with:

bpkg install holman/spark

## usage

Just run `spark` and pass it a list of numbers (comma-delimited, spaces,
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "spark",
"version": "v1.0.1",
"description": "▁▂▃▅▂▇ in your shell.",
"global": "true",
"install": "install spark ${PREFIX:-/usr/local}/bin",
"scripts": [ "spark" ]
}