0.0.4 • Published 3 years ago

cmake-simple v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

下载安装

 npm install cmake-simple -g 
 

使用方法

	
	make index.js //创建一个index.js文件
	
	//带参数
	make -v //查看版本号
	make -s //显示配置信息   
		//命令
		1. open 打开文件
			make open index.js // 打开文件
			make open index.html -b|-i  // b : browser 浏览器打开; i : ide打开
			
		2. set 设置默认打开方式 -b|-i 浏览器或ide -d:default [number] 对应setting中列表的第几个
			make set -b -d   2 
			make set -i -d   1 
			
		3. add 添加打开方式	
			make add -b "C:/.../xxx.exe" 
			make add -i "C:/xxxx.exe" 
			
0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

1.0.0

3 years ago