UNPKG

@prana-w/btw

Version:

btw_cli (btw: by-the-W) is a simple and powerful Command Line Interface (CLI) designed to help you perform various useful tasks directly from your terminal.

6 lines (4 loc) 136 B
import linkStore from '../../config/linkStore.js'; export default function showLink() { console.log(linkStore.get('quickLink')); }