midbase-generator
v1.0.3
Published
CLI tool to create MidBase projects
Readme
MidBase Generator CLI
A command-line tool to quickly set up MidBase projects.
Installation
npm install -g midbase-generatorUsage
Create a new MidBase project:
midbase-gen create [project-name]If no project name is provided, it will use "midbase-project" as the default name.
Commands
midbase-gen create [project-name]- Creates a new MidBase project with MidBaseFreshmidbase-gen --help- Display help information
Troubleshooting
If you encounter permission issues during installation, try:
npm install -g midbase-generator --forceLicense
MIT
