https://github.com/zero-one-group/moci
[WIP] Our Monorepo Command-line Interface: manage packages, scaffold templates, and run migrations with ease.
https://github.com/zero-one-group/moci
cli command-line-tool commandline monorepo moonrepo
Last synced: 6 months ago
JSON representation
[WIP] Our Monorepo Command-line Interface: manage packages, scaffold templates, and run migrations with ease.
- Host: GitHub
- URL: https://github.com/zero-one-group/moci
- Owner: zero-one-group
- License: mit
- Created: 2025-07-11T04:33:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-10-16T01:55:03.000Z (8 months ago)
- Last Synced: 2025-10-18T12:11:24.887Z (8 months ago)
- Topics: cli, command-line-tool, commandline, monorepo, moonrepo
- Language: TypeScript
- Homepage: https://oss.zero-one-group.com/monorepo
- Size: 168 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`
```sh
npx moci@latest
```
##### Using `pnpm dlx`
```sh
pnpm dlx moci@latest
```
## 🧑🏻💻 Development
This project uses TypeScript for type checking, [Biome][biome] for code formatting
and linting which is configured in [`biome.json`](./biome.json). It's recommended
to get TypeScript set up for your editor and install an editor plugin (like the
[VSCode Biome plugin][vscode-biome]) 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](https://github.com/zero-one-group/moci/issues) – or via a pull request.
## 📝 License
This project is open-sourced software licensed under the [MIT license][license-mit].
Copyrights in this project are retained by their contributors.
See the [license file](./LICENSE) for more information.
---
[][contribution]
[biome]: https://biomejs.dev
[contribution]: https://github.com/zero-one-group/moci/pulse
[license-mit]: https://choosealicense.com/licenses/mit/
[vscode-biome]: https://marketplace.visualstudio.com/items?itemName=biomejs.biome