@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.
28 lines (26 loc) • 649 B
JavaScript
import { time } from './time.js';
import { startSession, endSession, sessionHistory } from './session/index.js';
import result from './result.js';
import addEvent from './add-event.js';
import ghStats from './gh-stats.js';
import btw from './btw.js';
import attendance from './attendance.js';
import setSap from './set-sap.js';
import codeforces from './codeforces.js';
import { setLink, showLink, openLink } from './quick-link/index.js';
export {
btw,
time,
startSession,
endSession,
sessionHistory,
result,
addEvent,
ghStats,
attendance,
setSap,
codeforces,
setLink,
showLink,
openLink,
};