Skip to content

Commit

Permalink
cli.co <- cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
satyr committed Apr 5, 2012
1 parent 4d65357 commit e0377d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cli.co
@@ -1,8 +1,7 @@
#!/usr/bin/env coco
`#!/usr/bin/env node`

#### `ckup` command line interface
ckup = require \./ckup
ckup = require \ckup
o = require(\coco/optparse) do
print : 'write to stdout instead of .htm'
stdin : 'read stdin, then write to the given file or stdout'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,5 +13,5 @@

,"engines": {"node": ">=0.6.6"}, "dependencies": {"coco": ">= 0.7.0"}

,"main": "./ckup", "bin": {"ckup": "./cli.js"}
,"main": "./ckup", "bin": "./cli.co", "files": ["ckup.js", "cli.co"]
}

0 comments on commit e0377d9

Please sign in to comment.