1.0.2 • Published 3 years ago

upload_node_pre_gyp v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

组件:node-pre-gyp打包后的tar.gz上传到/usr/share/nginx/html

使用方式:

  npm i upload_node_pre_gyp -D
  script: {
    "upload": "upload_node_pre_gyp"
  },
  # node-pre-gyp配置
  binary: {
    "module_name": "hello",
    "host": "https://hello.cn/node_modules/hello_publishing/"
  }

发布:

  npm i
  npm publish

安全性: 密钥位置:~/.ssh/id_rsa

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

5 years ago