Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benbjohnson/melomel
External ActionScript Interface.
https://github.com/benbjohnson/melomel
Last synced: about 2 months ago
JSON representation
External ActionScript Interface.
- Host: GitHub
- URL: https://github.com/benbjohnson/melomel
- Owner: benbjohnson
- License: other
- Created: 2010-05-19T04:13:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-16T16:40:14.000Z (over 12 years ago)
- Last Synced: 2024-10-20T16:34:28.760Z (3 months ago)
- Language: ActionScript
- Homepage: https://github.com/benbjohnson/melomel/wiki
- Size: 2.86 MB
- Stars: 42
- Watchers: 3
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - melomel - External ActionScript Interface. (Unsorted / Other API)
README
Melomel -- An External ActionScript Interface
=============================================## Overview
Melomel is an API for accessing ActionScript objects in the Flash virtual
machine through external languages. This is especially useful for
integrating Flash into a full stack functional testing solution such
as [Cucumber](http://cukes.info) or [RSpec](http://rspec.info).Please visit the [GitHub Wiki](https://github.com/benbjohnson/melomel/wiki) for full
documentation.## Questions & Support
If you need any help getting started, feel free to join the Melomel mailing list and ask a question. You can join by sending a blank e-mail to [[email protected]](mailto:[email protected]).
## Contribute
If you want to get involved, please see the
[GitHub Issues](http://github.com/benbjohnson/melomel/issues) page for a
discussion of what needs to be done or to suggest new features.To contribute code, please fork the code and send a pull request. Please
follow these rules though:1. Create a topic branch to contain your change.
1. All code must have FlexUnit test coverage.
1. Document your changes on the [wiki](http://github.com/benbjohnson/melomel/wiki)
1. If necessary, rebase your commits into logical chunks