Skip to content
/ launched Public
forked from zerowidth/launched

A launchd.plist generator app. Because making them by hand is so very difficult.

License

Notifications You must be signed in to change notification settings

tbrek/launched

 
 

Repository files navigation

Launched

A launchd.plist editor.

launchd is a powerful and flexible replacement for cron, but writing the plist files for it by hand can be difficult. This app makes it easier.

YIBYABS: Yes, I Built Yet Another Bootstrap Site!

Is it any good?

Yes.

How to run locally

rvm install 1.9.3
git clone git@github.com:zerowidth/launched.git
cd Launched
brew install postgres
gem install bundler -v 1.17.0
bundle config build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include
bundle install
createuser -s launched
bundle exec rake db:setup
bundle exec rails server

Contributing

  • fork
  • patch
  • test
  • pull request

License

MIT, see LICENSE.

About

A launchd.plist generator app. Because making them by hand is so very difficult.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 63.8%
  • HTML 24.1%
  • CoffeeScript 4.9%
  • Shell 3.4%
  • CSS 2.4%
  • JavaScript 1.4%