Project

shlauncher

0.0
No commit activity in last 3 years
No release in over 3 years
A shell script launcher
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 0
 Project Readme

Shlauncher - A shell script launcher inspired by Rake¶ ↑

Scaffold your custom launcher. Launch from your shell script ( and also Ruby script ) collection.

Installation¶ ↑

Archive Installation¶ ↑

rake install

Gem Installation¶ ↑

gem sources -a http://gemcutter.org/
gem install shlauncher

Features/Problems¶ ↑

  • scaffold launcher ( by ‘tractor’ command )

  • collect scripts in script/ directory and list up as task

  • exec all tasks in some scope

  • generate gem

  • On Windows, ONLY RUBY SCRIPTS can be executed.

Synopsis¶ ↑

Scaffold your launcher.

$ tractor LAUNCHER_NAME

Put your script into script/ directory and make executable.

$ cd LAUNCHER_NAME
$ ./bin/LAUNCHER_NAME
$ echo '# script sample' > script/sample
$ chmod a+x script/sample

Run your launcher.

$ ./bin/LAUNCHER_NAME

LAUNCHER_NAME sample  # script sample

NOTE: Or type ‘ruby binLAUNCHER_NAME’ if you use Windows.

Generate gem from your launcher.

$ rake gemspec
$ rake gem
$ ls pkg

LAUNCHER_NAME-0.0.1.gem

Thanks¶ ↑

‘Cutagem’ inspires and be helpful to this product.

Thank you, cho45 and genki !

Author

wtnabe <wtnabe@gmail.com>

Copyright

Copyright © 2009 wtnabe

License

Two-claused BSD