AXElements 1.0.0.alpha → 1.0.0.alpha2
Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# AXElements
|
1
|
+
# AXElements
|
2
2
|
|
3
3
|
AXElements is a DSL abstraction built on top of the Mac OS X
|
4
4
|
Accessibility and CGEvent APIs that allows code to be written in a
|
@@ -124,6 +124,8 @@ as some of the technical the technical underpinnings of AXElements.
|
|
124
124
|
|
125
125
|
## Development
|
126
126
|
|
127
|
+
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/Marketcircle/AXElements)
|
128
|
+
|
127
129
|
AXElements has reached a point where the main focus is stability,
|
128
130
|
features, and documentation. It will be out of this world, so we're
|
129
131
|
code naming the next version "Lunatone".
|