UNPKG

@myywlc/lin-cli

Version:

lin cli

13 lines (8 loc) 282 B
import { version } from '../../package.json'; export const VERSION = version; const HOME = process.env[process.platform === 'win32' ? 'USERPROFILE' : 'HOME']; export const config_path = `${HOME}/.linrc`; export const default_config = { registry: 'myywlc', type: 'users', };