UNPKG

biteagle-cli

Version:

Biteagle project command line interface.

13 lines (10 loc) 211 B
/** * @fileoverview Unified export add command module * @author Biteagle */ import GitLint from './gitlint/index.js' import ThemeScss from './theme_scss/index.js' export default { GitLint, ThemeScss }