0.0.5 • Published 8 years ago

xbuild v0.0.5

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
8 years ago

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