write-pkg:写一个package.json文件

时间:2024-06-14 21:16:49
【文件属性】:

文件名称:write-pkg:写一个package.json文件

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-14 21:16:49

JavaScript

写pkg 写一个package.json文件 自动编写并根据需要为您创建目录。 编写时对依赖项进行排序。 如果文件已经存在,则保留缩进。 安装 $ npm install write-pkg 用法 const path = require ( 'path' ) ; const writePackage = require ( 'write-pkg' ) ; ( async ( ) => { await writePackage ( { foo : true } ) ; console . log ( 'done' ) ; await writePackage ( __dirname , { foo : true } ) ; console . log ( 'done' ) ; await writePackage ( path . join ( 'unicorn' , 'p


【文件预览】:
write-pkg-main
----index.test-d.ts(681B)
----.gitattributes(19B)
----.github()
--------funding.yml(115B)
--------security.md(179B)
--------workflows()
----test.js(5KB)
----license(1KB)
----index.d.ts(2KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(1KB)
----readme.md(2KB)
----package.json(718B)

网友评论