MSBuild integration for the Yarn package manager. Yarn is an alternative package manager to NPM.
This package bundles Yarn so MSBuild projects can invoke yarn without needing to install it separately.
.NET library that provides an API for NPM.
The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
Features:
- Checks whether NPM is installed.
- Checks whether package is installed.
- Gets installed package version.
- Installs package.
-...
More information
A wrapper around node allowing access to the Node Environment and NPM (node package manager) without requiring other developers to install any prerequisites.
Provides automatic NPM package installation and a custom NPM command execution before building a .NET project. See the project website for detailed documentation.