Skip to content

Commit

Permalink
add bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
twobit committed Jul 31, 2012
1 parent ddca9e1 commit f30775d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
3 changes: 3 additions & 0 deletions bin/gear-yui.js
@@ -0,0 +1,3 @@
#!/usr/bin/env node

console.log('hi');
21 changes: 21 additions & 0 deletions package.json
@@ -0,0 +1,21 @@

{
"name": "gear-yui",
"version": "0.0.1",
"description": "Build YUI with Gear.js",
"author": "Stephen Murphy <stephen@hypernaut.com>",
"keywords": ["gear", "task", "build", "yui"],
"repository": {"type": "git", "url": "http://github.com/twobit/gear-yui.git"},
"bugs": {"url": "http://github.com/twobit/gear-yui/issues"},
"main": "index",
"dependencies": {
"gear": ">= 0.7.0"
},
"devDependencies": {
"should": "0.6.x",
"mocha": "1.0.x"
},
"bin": {
"gear-yui": "bin/gear-yui.js"
}
}

0 comments on commit f30775d

Please sign in to comment.