private-module-heroku:在 Heroku 上使用私有模块的示例

时间:2024-07-02 08:59:06
【文件属性】:

文件名称:private-module-heroku:在 Heroku 上使用私有模块的示例

文件大小:61KB

文件格式:ZIP

更新时间:2024-07-02 08:59:06

JavaScript

在 Heroku 中使用私有模块 赫鲁库 cat ~ /.npmrc # grab the value from //registry.npmjs.org/:_authToken=[MY-TOKEN] heroku config:set TOKEN MY-TOKEN 特拉维斯 在您的 travis 帐户中启用 repo。 设置一个TOKEN环境变量。 使用此 repo 中的示例.travis.yml启动并运行: language : node_js node_js : - " 0.10 " - " 0.11 " - " 0.12 " - " iojs " before_install : - if [[ `node --version` =~ "v0.10" ]]; then npm install -g npm@latest; fi - printf "/


【文件预览】:
private-module-heroku-master
----.gitignore(27B)
----README.md(733B)
----server.js(308B)
----test()
--------test.js(222B)
----package.json(522B)
----.travis.yml(229B)
----.npmrc(42B)
----assets()
--------env.png(77KB)

网友评论