Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonodar/reg-publish-filesystem-plugin
reg-suit plugin to fetch and publish snapshot images to local (or remote) filesystem.
https://github.com/sonodar/reg-publish-filesystem-plugin
Last synced: 2 months ago
JSON representation
reg-suit plugin to fetch and publish snapshot images to local (or remote) filesystem.
- Host: GitHub
- URL: https://github.com/sonodar/reg-publish-filesystem-plugin
- Owner: sonodar
- License: mit
- Created: 2023-03-30T02:32:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T02:09:12.000Z (8 months ago)
- Last Synced: 2024-10-25T10:39:55.776Z (3 months ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![version](https://img.shields.io/npm/v/reg-publish-filesystem-plugin)
![LICENSE](https://img.shields.io/npm/l/reg-publish-filesystem-plugin)
![lint](https://github.com/sonodar/reg-publish-filesystem-plugin/actions/workflows/lint.yml/badge.svg)
![test](https://github.com/sonodar/reg-publish-filesystem-plugin/actions/workflows/test.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/sonodar/reg-publish-filesystem-plugin/badge.svg)](https://coveralls.io/github/sonodar/reg-publish-filesystem-plugin)# reg-publish-filesystem-plugin
Fetch and publish snapshot images to local filesystem.
## Disclaimer
This plugin was developed for local development of the `reg-suit` stack.
It may also be used in production with NFS or FUSE, but this is not the intended use of the implementor.## Usage
```sh
npm i -D reg-publish-filesystem-plugin
reg-suit prepare -p publish-filesystem
```## Configure
```ts
{
path: string;
}
```## LICENSE
This repository is under [MIT](./LICENSE) license.