# zsqnodetools **Repository Path**: rockyCode/zsqnodetools ## Basic Information - **Project Name**: zsqnodetools - **Description**: 一些常用工具,使用nodejs开发 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zsqnodetools #### 介绍 一些常用工具,使用nodejs开发 ## ftp.config the file is in soucefiles, and config the file, it will remove the `remotePath` first,and make sure the `MLSD` is `disenable` ## Use like this ```ts const tools = require('zsqnodetools'); Start(); async function Start(){ await tools.cmdTool.Run('npm run build'); await tools.ftpTool.UploadFiles(); } ```