A base TideSDK application template with:
-
Download TideSDK 1.3.1 beta and TideSDK Developer from the website.
-
Install the gems:
$ bundle
-
Update the following points with TideSDK Developer:
Application ID
,Version
,Description
,Publisher
,Publisher URL
,Application Icon
,Copyright
-
Update the following files:
CHANGELOG.txt
,LICENSE.txt
-
Launch Guard inside your project with:
$ guard
Guard shows a Pry console. Run all plugins using:
$ ↩
Guard compiles your Haml, Sass and CoffeeScript automatically when files are modified. You can find the files in
source/
. -
Launch TideSDK Developer.
- You can find the Haml, Sass and CoffeeScript files in
source/
. - Manage your TideSDK application dependencies in
source/Gemfile
. - The Ruby files for your app are in
Resources/ruby/
. - See TideSDK Documentation for more information.
- If you use Sublime Text 2, then check out tide-sublime.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2013 Daniel Bayerlein.