GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Github flash badge
Homepage: http://spinach.andascarygoat.com/tags/badjo
Clone URL: git://github.com/zmack/badjo.git
zmack (author)
Sat Apr 26 06:02:04 -0700 2008
commit  44248685209bf95c55050ad3e383f28ae2f157c0
tree    e768145c6e5996d8e7ac0c1ba22b687f83cbdb81
parent  38ac2a0de40e8c1542b21d797237db25a8f0afa7
badjo /
name age message
file README.txt Sat Apr 26 02:28:28 -0700 2008 Initial commit [zmack]
directory assets/ Sat Apr 26 04:24:02 -0700 2008 Additional images [zmack]
directory bin/ Sat Apr 26 02:28:28 -0700 2008 Initial commit [zmack]
directory lib/ Sat Apr 26 02:28:28 -0700 2008 Initial commit [zmack]
file rakefile.rb Sat Apr 26 02:28:28 -0700 2008 Initial commit [zmack]
directory script/ Sat Apr 26 02:28:28 -0700 2008 Initial commit [zmack]
directory src/ Sat Apr 26 06:02:04 -0700 2008 ProjectList - A list of buttons, pretty much [zmack]
directory test/ Sat Apr 26 06:02:04 -0700 2008 ProjectList - A list of buttons, pretty much [zmack]
README.txt
########################################
This project was generated using Sprouts
http://code.google.com/p/projectsprouts/

Please report any bugs to:
http://code.google.com/p/projectsprouts/issues/list

Please feel free to ask questions at:
http://groups.google.com/group/projectsprouts

########################################
Using your favorite terminal, cd to this directory have fun!

########################################
To create a new ActionScript class, TestCase and rebuild all project TestSuites:

script/generate class -s utils.MathUtil

########################################
To create a new Interface begin the name with I + Capital letter (eg: ISomeName)
or end the name with 'able'

Name begins with Capital 'I' followed by another capital letter
script/generate class utils.ISomeName 

or

Name ends with 'able'
script/generate class utils.Observable

or

Explicitly identify interface creation
script/generate interface utils.SomeInterface

########################################
To create a new TestCase only, enter the following:

script/generate test utils.SomeTest

########################################
To compile and launch your application:

rake

########################################
To compile and launch your test suites:

rake test

########################################
To see all available rake tasks:

rake -T