crossdart 0.0.5
crossdart: ^0.0.5 copied to clipboard
Generates crossdart.info content. Also, allows to generate metadata for the project, and then use the Chrome Extension (also included) to add links to the declarations on Github
Crossdart #
This project does two things:
- It's a generator of the site http://crossdart.info
- It's a generator of the JSON Crossdart metadata, which is used for the Crossdart Chrome extension, to make the Dart code on Github hyperlinked.
Let's review the second case, since you can get some benefits from it for your project.
Demo #
Here (22MB)
Installation #
Add it to your dev_dependencies in pubspec.yaml:
dev_dependencies:
crossdart: any
Then run pub get.
Generating metadata #
Also, allows to generate metadata for the project, and then use the Chrome Extension (also included) to add links to the declarations on Github (for the tree views, and for the pull requests).
It's super pre alpha without any docs yet. Stay tuned :)