logo
0
0
WeChat Login
docs: 更新 README.md 中的安装命令以使用新的 npm 发布注册表

file-merge

This package merges contents of specified files into one file. Can traverse directory tree. Useful for things like combining .css files, etc.

Installation

npm install -g file-merge --registry=https://npm.cnb.cool/loviselu/publish-registry/-/packages/

Command line

file-merge [-i include-globs][-e exclude-globs][-r root] -o output

Globs for included and excluded files can be comma separated, i.e.

file-merge -i **/*.css,extras/*.css -e **/obsolete.css -o bundle.css