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) 237 B
import getGitHubAPIData from './getGithubAPIData.js'; import getGitHubStreak from './getGithubStreak.js'; import getGitHubOtherStats from './getGithubLanguageStats.js'; export { getGitHubAPIData, getGitHubStreak, getGitHubOtherStats };