文件名称:node-module-boilerplate:开始创建Node.js模块的样板
文件大小:4KB
文件格式:ZIP
更新时间:2024-02-24 22:09:49
nodejs npm-package node-module node-boilerplate template-repository
节点模块样板 开始创建Node.js模块的样板 这就是我使用。 还检查出 。 入门 点击“使用此模板”按钮。 或者,创建一个新目录,然后运行: $ curl -fsSL https://github.com/sindresorhus/node-module-boilerplate/archive/main.tar.gz | tar -xz --strip-components=1 还有一个。 从此处及上方删除所有内容 独角兽乐趣 我很棒的模块 安装 $ npm install unicorn-fun 用法 import unicornFun from 'unicorn-fun' ; u
【文件预览】:
node-module-boilerplate-main
----.gitignore(23B)
----package.json(518B)
----.npmrc(19B)
----index.js(228B)
----test.js(257B)
----.github()
--------workflows()
----license(1KB)
----readme.md(1008B)
----.gitattributes(19B)
----.editorconfig(175B)