1.0.3 • Published 6 months ago
midbase-generator v1.0.3
MidBase Generator CLI
A command-line tool to quickly set up MidBase projects.
Installation
npm install -g midbase-generator
Usage
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 --force
License
MIT