Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/github/Rebel
Cocoa framework for improving AppKit
https://github.com/github/Rebel
Last synced: 23 days ago
JSON representation
Cocoa framework for improving AppKit
- Host: GitHub
- URL: https://github.com/github/Rebel
- Owner: github
- License: other
- Archived: true
- Created: 2012-07-29T22:41:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T01:03:55.000Z (about 9 years ago)
- Last Synced: 2024-10-31T15:48:08.973Z (about 2 months ago)
- Language: Objective-C
- Homepage:
- Size: 837 KB
- Stars: 1,126
- Watchers: 325
- Forks: 112
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rebel
Rebel is a framework to make AppKit easier to work with, using categories to fix bugs and make APIs nicer, and new classes to perform common tasks.
This framework is very much a work in progress at the moment, and should be considered **alpha quality**. Breaking changes may happen often during this time.
## Getting Started
To start building the framework, clone this repository and then run `script/bootstrap`.
This will automatically pull down any dependencies.When working on Rebel in isolation, use the `.xcworkspace` file. When integrating it into another project, use the `.xcodeproj` file.
## License
Rebel is released under the MIT license. See [LICENSE.md](https://github.com/github/Rebel/blob/master/LICENSE.md).