UNPKG

modern-dev-cli

Version:

A modern, comprehensive CLI toolkit for streamlining development workflows with Git operations, project scaffolding, and file management

11 lines (8 loc) 223 B
import * as gitCommands from './commands/git.js'; import * as projectCommands from './commands/project.js'; import * as fileCommands from './commands/file.js'; export { gitCommands, projectCommands, fileCommands };