# opensearch-project-meta **Repository Path**: mirrors_dblock/opensearch-project-meta ## Basic Information - **Project Name**: opensearch-project-meta - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-19 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Meta This project uses [meta](https://github.com/mateodelnorte/meta) to operate on all the repositories in the [opensearch-project organization](https://github.com/opensearch-project/). ### Install Meta ``` npm install -g meta ``` ### Use Meta ``` meta git update ``` Subsequently, use `meta git pull` to update all repos. ### Updating Repos Meta stores a list of repositories in [.meta](.meta). All repos were added to this project as follows. ``` ./scripts/update.sh ``` If a new repo is added, run `meta project import [repo] [git]`.