hello-world-node:使用CircleCI持续集成和部署来设置公共NPM模块的分步指南

时间:2024-02-26 16:39:04
【文件属性】:

文件名称:hello-world-node:使用CircleCI持续集成和部署来设置公共NPM模块的分步指南

文件大小:7KB

文件格式:ZIP

更新时间:2024-02-26 16:39:04

nodejs npm circleci publishing npm-module

你好世界节点 通过CircleCI持续集成和部署来设置公共NPM模块的分步指南 设置向组织发布NPM 在上创建用户帐户 创建帐户后,创建一个组织。 例如“ @ my-organization” 将其初始化为NPM项目,并将其称为“ hello-world-node”: npm init 在package.json ,确保已设置name字段以将包范围限制为您的组织: "name": "@my-organization/hello-world-node" 使用简单的导出创建index.js文件: exports.printMsg = function() {


【文件预览】:
hello-world-node-master
----index.js(76B)
----package.json(496B)
----gulpfile.js(176B)
----.gitignore(18B)
----circle.yml(214B)
----README.md(4KB)
----LICENSE.txt(10KB)

网友评论