1.2.0 • Published 7 years ago

xbuilder v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

xbuilder

An visual studio / xamarin xbuild for node.js,using msbuild default。

Build Status npm

Install

npm install xbuilder --save

Using

var options = {
    target:'Breeze',
    buildTool:'msbuild',// or 'xbuild'
    properties:{
        Configuration:'Release',
        Platform:'iPhone',
        BuildIpa:true
    },
    solutionPath:'Breeze.sln',
    targets:['Build']
};

//exec command: msbuild/xbuild /p:Configuration=Release /p:Platform=iPhone /p:BuildIpa=true /target:Breeze Breeze.sln

xbuild(options).then((commandOptions) => {
    //todo..
 }).catch((error) => {
     console.log('error',error);
}).finally(()=>{
    //todo..
});
1.2.0

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago