Skip to content

Commit

Permalink
Add a composer bin definition.
Browse files Browse the repository at this point in the history
This will allow the script to be put in the correct place if this package is ever required somewhere else such as a composer global install.
  • Loading branch information
tburry committed Apr 10, 2015
1 parent ab5c673 commit 90c6d63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/vanilla-colonize
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env php
<?php
require_once __DIR__.'/../colonize.php';
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
},
"require-dev": {
"bobthecow/faker": "dev-master"
}
},
"bin": [
"bin/vanilla-colonize"
]
}

0 comments on commit 90c6d63

Please sign in to comment.