mtoolss
v0.0.3
Published
mtool command depends nodejs
Downloads
3
Readme
mtool
mtool tools
Install
npm install -g mtool
Usage:执行命令需要切换到目标文件夹或者目标文件的上级目录
mtool help //显示帮助文档,简写模式-h
mtool template //列出所有可用的模版名,简写模式-t
mtool produce templageName //复制templateName 到当前目录下,简写模式-p
mtool js2ts folderName //将指定文件夹里的js文件转换为ts文件,简写模式-jt
mtool ts2js folderName //将指定文件夹里的ts文件转换为js文件,简写模式-tj
mtool build folderName packfileName //生成将指定文件夹下的文件合并和压缩的编译文件,合并后的文件在target里面,简写模式-b