Shimakaze.Sdk.NodeJS 0.0.1-preview.8

This is a prerelease version of Shimakaze.Sdk.NodeJS.
<Sdk Name="Shimakaze.Sdk.NodeJS" Version="0.0.1-preview.8" />
For projects that support Sdk, copy this XML node into the project file to reference the package.

Shimakaze.Sdk.NodeJS

Build your Node Project Easy!

property default remark
NeedInstall True Whether you need to restore the project before building.
ProjectFile package.json Your package.json file.
LockFile package-lock.json Your Package Manager's Lock file.
RestoreCommand npm install What command do you want to use when you restore your project.
BuildCommand npm run build What command do you want to use when you build your project.
UseUtf8Encoding Detect You can set the value is Always when command output is garbage code.

How to use?

Very easy sample like this.


<Project Sdk="Shimakaze.Sdk.NodeJS/0.0.1"/>

Or you like use yarn.


<Project Sdk="Shimakaze.Sdk.NodeJS/0.0.1">
  <PropertyGroup>
    <LockFile>yarn.lock</LockFile>
    <RestoreCommand>yarn install</RestoreCommand>
    <BuildCommand>yarn build</BuildCommand>
  </PropertyGroup>
</Project>
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1-preview.8 73 8/27/2023
0.0.1-preview.7 66 5/6/2023
0.0.1-preview.6 105 5/6/2023