Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Generate TafNodePkgNew to Visual Studio Code? Get it now.
Generate TafNodePkg

Generate TafNodePkg

aslinxiaa

|
68 installs
| (1) | Free
Tools for generate publish package of tafnodepkg services
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

getafnodepkg

getafnodepkg(Generate taf-node-pkg server publish package)是用于生成tafnodepkg服务发布包的工具。

用法

step1

Ctrl+Shift+P

step2

选择Generate TafNodePkg,回车

step3

在弹出的输入框中,输入tafnodepkg.json的目录路径,回车

tafnodepkg.json

用于指明打包的项目目录和打包目标,格式如下:

{
	"dir":"D:\\workspace\\nodejs\\myexpress\\",
	"target":{
		"nodeVer":"node6",
		"platform":"win",
		"arch":"x64"
	}
}

dir:需要打包的服务所在目录
target:PKG打包生成文件的第运行服务目标

nodeVer:node6 or node8
platform:linux, macos or win
arch:x64, x86, armv6 or armv7

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft