dquery 0.5.0
dquery: ^0.5.0 copied to clipboard
DQuery is a porting of jQuery in Dart.
#DQuery
DQuery is a porting of jQuery in Dart.
##Install from Dart Pub Repository
Include the following in your pubspec.yaml
:
dependencies:
dquery: any
Then run the Pub Package Manager in Dart Editor (Tool > Pub Install). If you are using a different editor, run the command (comes with the Dart SDK):
pub install
To ride with Bleeding Edge of DQuery, use the following configuration in pubspec:
dependencies:
dquery:
git: git://github.com/rikulo/dquery.git
For more information, please refer to Pub: Dependencies.
##Usage
##Notes to Contributors
###Test and Debug
You are welcome to submit bugs and feature requests. Or even better if you can fix or implement them!
###Fork DQuery
If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.
Please be aware that one of Rikulo's design goals is to keep the sphere of API as neat and consistency as possible. Strong enhancement always demands greater consensus.
If you are new to Git or GitHub, please read this guide first.