UNPKG

aflower-cli

Version:

One flower project command line interface.

15 lines (12 loc) 262 B
/** * @fileoverview Unified export add command module * @author Luoob */ import GitLint from './gitlint/index.js' import Service from './service/index.js' import ThemeScss from './theme_scss/index.js' export default { GitLint, Service, ThemeScss }