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