New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sprout-as3-puremvc-bundle

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sprout-as3-puremvc-bundle

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= ActionScript 3.0 Bundle

The ActionScript 3 Bundle provides support for ActionScript 3.0 project and class generators as well as Rake build tasks.

You can install this bundle and run it's project generator as follows:

sprout -n as3 SomeProject

Once you have generated a new project, using a terminal, you can change to the newly created directory and use script/generate to create a variety of other features.

To generate a new ActionScript class, test case and test suite, simply run the following from the same directory as your rakefile.

script/generate class [fully-qualified-class-name]

For example:

script/generate class utils.MathUtil

While you can change where classes are created by modifying your ProjectModel, if the default values are used, the following statements should be correct:

The class will be created in: src/utils/MathUtil.as The test case will will be created in: test/utils/MathUtilTest.as The test suite will be created or updated at: test/AllTests.as

If the class name passed into this generator ends with 'Test', only a test case and test suite will be generated in the test package and no class will be generated.

You can also only create the test case and test suite by calling it's generator directly as follows:

script/generate test utils.MathUtilTest

You can update only your test suite by simply initiating the suite generator as follows:

script/generate suite

= Available Rake Tasks

  • Sprout::AsDocTask
  • Sprout::AsUnitTask
  • Sprout::COMPCTask
  • Sprout::MXMLCTask

FAQs

Package last updated on 25 Jul 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc