Consistent
Regardless of the framework or abstraction layers used in a Node project, this framework can be used to implement command-line scripts with a unified style.
# For local environments, global installation is generally recommended
npm install -g @semo/cli
semo help
# First time integrating into a project
cd YOUR_PROJECT
npm install @semo/cli
semo init
semo generate command test
# Use the application command-line specification
npm install semo-plugin-application
semo generate command application/test --extend=application