Sha256: dbc1fee6419288f676f27ed653676a7a478d4b83eabfe3f15285713c601523ff
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
++++++++++++++++++++++++++++++++ You have successfully installed the Project Sprouts FlashSDK! To get started with a new ActionScript 3 project: # Generate a project named 'SomeProject' sprout-as3 SomeProject # Change directory to the newly-created directory: cd SomeProject # Install whatever additional gems are required # by this project Gemfile: bundle install # Use Rake to run the default task: rake ++++++++++++++++++++++++++++++++ Next Steps: # Generate a new class, test case and test suite: sprout-class utils.MathUtil # Compile and run the test harness: rake test # List available rake tasks: rake -T # List available generators: sprout- (followed by the TAB key) ++++++++++++++++++++++++++++++++ Issues or Questions? Email us at: projectsprouts@googlegroups.com
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flashsdk-1.0.5.pre | POSTINSTALL.rdoc |