Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)!
- Host: GitHub
- URL: https://github.com/yowainwright/monorepo-utilities
- Owner: yowainwright
- License: mit
- Created: 2020-12-06T23:39:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T04:15:19.000Z (11 months ago)
- Last Synced: 2024-05-02T00:01:20.158Z (8 months ago)
- Topics: build-tool, ci, cicd, cli, lerna, monorepo-development, monorepo-utilities, typescript
- Language: TypeScript
- Homepage:
- Size: 855 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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