A command-line tool to quickly set up MidBase projects.
npm install -g midbase-cli
Create a new MidBase project:
midbase create [project-name]
If no project name is provided, it will use "midbase-project" as the default name.
-
midbase create [project-name]
- Creates a new MidBase project with MidBaseFresh -
midbase --help
- Display help information
MIT