Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnet-websharper/monodevelop-websharper
WebSharper add-in for MonoDevelop and Xamarin Studio
https://github.com/dotnet-websharper/monodevelop-websharper
Last synced: 7 days ago
JSON representation
WebSharper add-in for MonoDevelop and Xamarin Studio
- Host: GitHub
- URL: https://github.com/dotnet-websharper/monodevelop-websharper
- Owner: dotnet-websharper
- Created: 2014-04-08T17:46:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T14:42:33.000Z (over 8 years ago)
- Last Synced: 2023-05-10T20:35:19.244Z (over 1 year ago)
- Language: F#
- Size: 56.9 MB
- Stars: 22
- Watchers: 12
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monodevelop.websharper
[![Build Status](https://travis-ci.org/intellifactory/monodevelop.websharper.svg?branch=master)](https://travis-ci.org/intellifactory/monodevelop.websharper)
[WebSharper][ws] add-in for MonoDevelop and XamarinStudio.
## Install
On MonoDevelop or XamarinStudio 5.0+:
* Go to **Tools** > **Add-in Manager**.
* Under the **Gallery** tab, open the **Web Development** category.
* Select **WebSharper**, and on the right panel click the **Install...** button.Make sure that you have the **F# Language Binding** add-in installed. It comes bundled with Xamarin Studio, but you need to install it in MonoDevelop (from the **Language bindings** category in the Add-in Manager).
## Use
New Project and New Solution dialogs should have a WebSharper section with various [templates](http://websharper.com/docs/templates).
## Build
You need MonoDevelop/XamarinStudio 5.0+, Mono 3.4.0+ and latest F#.
To refresh `repository/` index, do:
make release
To install into the local IDE for testing do:make install
[ws]: http://websharper.com