An open API service indexing awesome lists of open source software.

https://github.com/dotnet-websharper/dojo

Dojo for WebSharper
https://github.com/dotnet-websharper/dojo

Last synced: 7 months ago
JSON representation

Dojo for WebSharper

Awesome Lists containing this project

README

          

# WebSharper.Dojo

This is the WebSharper binding for [Dojo Toolkit](http://dojotoolkit.org/).

## WIG project

The classes are generated using WIG by parsing the file `details.json`.

Here is how you can re-generate `details.json`:

* Install Node.js

* Run `get-dojo.fsx` to download, extract and cleanup dojo and the
documentation generation tool, then:

cd js-doc-parse-master
parse.bat config=config.js
copy details.json ..\IntelliFactory.WebSharper.Dojo\

## Type provider

The type provider automates the AMD (asynchronous module definition). Check the
test project to see how to use it.