replace-ext:将文件扩展名替换为另一个

时间:2024-02-24 10:38:17
【文件属性】:

文件名称:replace-ext:将文件扩展名替换为另一个

文件大小:7KB

文件格式:ZIP

更新时间:2024-02-24 10:38:17

gulp path filepath basename file-extension

替换-扩展 用另一个扩展名替换文件扩展名。 用法 var replaceExt = require ( 'replace-ext' ) ; var path = '/some/dir/file.js' ; var newPath = replaceExt ( path , '.coffee' ) ; console . log ( newPath ) ; // /some/dir/file.coffee API replaceExt(path, extension) 将path中的extension替换为扩展extension并返回更新的路径字符串。 如果path不是字符串或为空,则不替换扩展名。 企业replace-ext 作为Tidelift订阅的一部分提供。 replace-ext和数千个其他软件包的维护者正在与Tidelift合作,为您用于构建应用程序的开源依赖项提供商业支持和维护。 节省时间,降低风险并改善代码运行状况,同时向维护人员支付所使用的确切依赖项。 执照 麻省理工学院


【文件预览】:
replace-ext-master
----.gitignore(968B)
----.eslintrc(24B)
----package.json(933B)
----.npmrc(19B)
----LICENSE(1KB)
----index.js(754B)
----.github()
--------SECURITY.md(398B)
--------workflows()
----.prettierignore(23B)
----README.md(2KB)
----.gitattributes(14B)
----test()
--------main.js(3KB)
--------.gitkeep(0B)
----.editorconfig(214B)

网友评论