Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/zilongqiu/monorepo-zsh-plugin

Oh-my-zsh plugin for mono repository management
https://github.com/zilongqiu/monorepo-zsh-plugin

Last synced: about 2 months ago
JSON representation

Oh-my-zsh plugin for mono repository management

Lists

README

        

# monorepo-plugin

ZSH plugin for monorepo management

---

## Installation

### Manually

git clone https://github.com/zilongqiu/monorepo-zsh-plugin.git
cd ./monorepo-zsh-plugin
source ./monorepo-zsh.plugin.zsh

### [Antigen](https://github.com/zsh-users/antigen)

If you prefer antigen over manual installation, add this line in your `~/.zshrc` file

antigen-bundle zilongqiu/monorepo-zsh-plugin

And run

antigen-bundle update

Then you should restart your terminal or execute

source ~/.zshrc