🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ropen

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ropen - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
.npmignore

Sorry, the diff of this file is not supported yet

+21
# ropen
快速在命令行打开atom或者sublime编辑器,帮你节省一点点时间~
### install
```
npm install ropen -g
```
### usage
* -a 或者 --atom 代表打开atom编辑器
* -s 或者 --subl 代表打开sublime编辑器
* [path],选填,代表用编辑器打开的目录或者文件,如果不填,则打开当前目录
```
ropen -a [path]
ropen -s [path]
```
### examples
```
// 用atom打开当前目录
ropen -a ./
// 用sublime打开当前目录
ropen -s ./
```
+4
-1
{
"name": "ropen",
"version": "1.0.0",
"version": "1.0.1",
"description": "a cli program to open IDE quickly in shell,use sublime or atom",

@@ -12,4 +12,7 @@ "main": "index.js",

},
"dependencies":{
"commander":"latest"
},
"author": "lucefer",
"license": "MIT"
}