Skip to content

Commit

Permalink
Addding the bin file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Jan 28, 2012
1 parent 6a8c32f commit 138d7a5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bin/box
@@ -0,0 +1,13 @@
#!/usr/bin/env node

/*!
* Box - Powerful key -> value storage for the CLI.
*
* Veselin Todorov <hi@vesln.com>
* MIT License.
*/

/**
* Dispatches the argv to the application.
*/
require('../lib/cli').start();

0 comments on commit 138d7a5

Please sign in to comment.