Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 = hello

Will generate a 'bin/hello' executable that echos hello world!