@plastic-ant/nx-msbuild
v0.0.1
Published
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Npm package version](https://badgen.net/npm/v/@plastic-ant/nx-msbuild)](https://npmjs.com/package/@plastic-ant/nx-msbuild) [![Downloads](https://img.s
Downloads
8
Maintainers
Readme
@plastic-ant/nx-msbuild
An Nx (Project Crystal) plugin for developing with the msbuild
Table of Contents
Install
# npm
npm install --save-dev @plastic-ant/nx-msbuild
# yarn
yarn add --dev @plastic-ant/nx-msbuild
Usage
Add this plugin to your nx.json
config:
"plugins": [
{
"plugin": "@plastic-ant/nx-msbuild",
"options": { ... }
}
]
options:
targetName (optional) generated target, default msbuild
msbuildPath (optional) default "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe"
License
This project is MIT licensed 2024 Plastic Ant Software