Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yowainwright/monorepo-utilities

Utilities for monorepo development 🧱 Initial releases coming soon (development is active & in progress)!
https://github.com/yowainwright/monorepo-utilities

build-tool ci cicd cli lerna monorepo-development monorepo-utilities typescript

Last synced: about 2 months ago
JSON representation

Utilities for monorepo development 🧱 Initial releases coming soon (development is active & in progress)!

Awesome Lists containing this project

README

        

# Monorepo Utilities 🧱

![Typed with TypeScript](https://flat.badgen.net/badge/icon/Typed?icon=typescript&label&labelColor=blue&color=555555)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/monorepo-utilities/monorepo-utilities/ci)
[![GitHub link](https://badgen.net/badge/icon/github?icon=github&label&color=black)](https://github.com/monorepo-utilities/monorepo-utilities)

**Utilities for monorepo development.**

Monorepo utilities for better monorepo results.

---

## Packages

Check out this projects Monorepo Utilities packages below!

| Package | version | Utility |
| :--- | :---: | :--- |
| **[@monorepo-utilities/install-dependencies](/packages/install-dependencies)** | ![npm](https://img.shields.io/npm/v/@monorepo-utilities/install-dependencies) | Installs exact packages to a specified path with control! |

---

## Glossary

Sectioned below, are descriptions and usages of each implemented Monorepo Utility.

---

### Install-Dependencies 📦

**Install-Dependencies** is a small function and CLI program assisting in installing package dependencies from a config (`package.json`) to a specified destination (in example, `/dist`). [Read more](/packages/install-dependencies#why).

#### Usage

CLI Program

```sh
install-dependencies # or, ideps
# => installs packages (node_modules) from a packagea.json file or other config file to a specified path
```

---

## Cites

There are many great things to cite for monorepos, here are a few: [Lerna](https://github.com/lerna/lerna), [Monorepo-utils](https://github.com/azu/monorepo-utils), [monorepo-utils](https://github.com/azu/monorepo-utils), [bolt](https://github.com/boltpkg/bolt), [redwoodjs](https://redwoodjs.com/).

---

Made by [@yowainwright](https://github.com/yowainwright) for fun with passion! MIT, 2022