Sha256: 128e497f6cb5eb54a30e517588c799220514b747f174aac9be1587e564752cb0
Contents?: true
Size: 830 Bytes
Versions: 6
Compression:
Stored size: 830 Bytes
Contents
++++++++++++++++++++++++++++++++ You have successfully installed the Project Sprouts Flash SDK! 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
6 entries across 6 versions & 1 rubygems