Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.99 KB

File metadata and controls

58 lines (39 loc) · 1.99 KB

ZOG's Monorepo Command-line Interface

Zero One Group's (ZOG) Unified Monorepo Command-Line Interface (CLI) serves as your all-in-one toolkit for streamlined, scalable development. Designed from the ground up with monorepo best practices in mind, this CLI puts complete control of your codebase at your fingertips.

Whether you're managing dozens of interdependent packages, automating project scaffolding, or orchestrating complex migration scripts, ZOG's interface makes every task intuitive and repeatable.

🏁 Quickstart

Using npx
npx moci@latest
Using pnpm dlx
pnpm dlx moci@latest

🧑🏻‍💻 Development

This project uses TypeScript for type checking, Biome for code formatting and linting which is configured in biome.json. It's recommended to get TypeScript set up for your editor and install an editor plugin (like the VSCode Biome plugin) to get auto-formatting on saving and get a really great in-editor experience with type checking and auto-complete.

👷‍♂️ Contributions

Contributions are welcome! Please open a pull requests for your changes and tickets in case you would like to discuss something or have a question.

💬 Feedback

Please provide feedback! 🤗 Ideally by filing an issue here – or via a pull request.

📝 License

This project is open-sourced software licensed under the MIT license.

Copyrights in this project are retained by their contributors. See the license file for more information.


Contribution