js-xcmd
Install
``bash
npm i js-xcmd -g
`
Use
`bash
xcmd -h # 查看帮助说明
代码使用
const {
rmRf,
isDirExistResult,
isDirExist,
emptyDir,
copyDir,
copyFile,
deleteDir,
deleteFile,
addDir,
addFile,
renameDir,
renameFile,
getFileName,
getFileSize,
getFileExt,
getFileContent,
setFileContent,
getJSONFileObj,
getPath,
getFullPath,
getResolvePath,
getAllFilePath,
cmd,
node2es6,
sortJSON,
mergeObj,
versionUpgrade
} = require('js-xcmd');
`
Test Package.json.bin.xxx
`
bash
npm link
npm run bind
npm unlink
npm run unbindnpm run i:local
``
Others
* Issue
* Pull Request
* hxbpandaoh@163.com