An Express.js API for oclif running within oclif. The api command will start a new Express.js server and expose other oclif commands thanks to oclif's ability to run other commands programmatically.
cd mynewcli
npm install -g
mynewcli api
Visit the http://localhost:3000/hello in your browser. Or, try it with a query parameter by visiting http://localhost:3000/hello?name=John.