Add files
This commit is contained in:
6
bin/open-config.js
Executable file
6
bin/open-config.js
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const { CONFIG_PATH } = require('../src/config')
|
||||
const open = require('open')
|
||||
|
||||
open(CONFIG_PATH)
|
Reference in New Issue
Block a user