create-morax
v1.0.16
Published
<div align="center">
Downloads
503
Readme
The Next-Generation pnpm Monorepo & Workspace Orchestrator
Quick Start • Features • Contributing
Quick Start
Initialize your new workspace instantly using npm:
npm create morax@latestOr using pnpm:
pnpm create moraxOr using bun:
bun create moraxOnce setup is complete, navigate into your directory and launch the unified development server:
cd my-morax-workspace
pnpm dev✨ Features Matrix
🛠️ Workspace & Orchestration
- create pnpm workspace monorepo with ease
- Zero-Config Workspaces: Complete setup of
pnpm-workspace.yamland unified root lockfiles. - Turborepo Pipeline: Lightning-fast, cached builds and concurrent tasks (
dev,build,lint). - Automated Symlinking: Direct injection of
"@workspace/ui": "workspace:*"cross-package references. - Always Up-to-Date: Pulls from the latest official framework generators dynamically.
🤝 Contributing
We welcome contributions to make Morax even better!
Please check our GitHub Repository for issues, pull requests, and dev instructions.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
📝 License
Distributed under the MIT License. See LICENSE for details.
