xbuild

xbuild helper

Usage no npm install needed!

<script type="module">
  import xbuild from 'https://cdn.skypack.dev/xbuild';
</script>

README

xbuild

NPM NPM

Installation

Step 1: Prerequisites

http://www.mono-project.com/docs/getting-started/install/linux/

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-complete

Step 2: Installation

npm install xbuild

Then:

var xbuild = require('xbuild');

Usage

Todo