Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toumorokoshi/yt.recipe.shell
Recipe to add shell commands as entry points
https://github.com/toumorokoshi/yt.recipe.shell
Last synced: 8 days ago
JSON representation
Recipe to add shell commands as entry points
- Host: GitHub
- URL: https://github.com/toumorokoshi/yt.recipe.shell
- Owner: toumorokoshi
- License: mit
- Created: 2013-06-02T18:28:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-25T22:44:08.000Z (about 11 years ago)
- Last Synced: 2024-11-28T21:52:26.080Z (25 days ago)
- Language: Python
- Size: 136 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
yt.recipe.shell
===============yt.recipe.shell is a zc.buildout recipe to add shell scripts as executables under the bin folder. E.G.::
[shell]
recipe = yt.recipe.shell
script = echo 'hello world!'
name = helloWill generate a 'bin/hello' executable that echos hello world!