0.0.4 • Published 12 months ago

@plastic-ant/nx-msbuild v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@plastic-ant/nx-msbuild

MIT license Npm package version Downloads

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

0.0.10

11 months ago

0.0.11

11 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.14

8 months ago

0.0.2

12 months ago

0.0.15

7 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.4

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.1

1 year ago