# mediacentral-feature-pack

> A feature pack tool for mediacentral cloud-ux projects

Latest version **0.1.2** (published 2022-11-30) · SEE LICENSE IN EULA.md license · 0 weekly downloads

## Install

```sh
npm install mediacentral-feature-pack
pnpm add mediacentral-feature-pack
yarn add mediacentral-feature-pack
bun add mediacentral-feature-pack
```

Provides the command `mediacentral-feature-pack`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2022-11-30 |
| First published | 2018-05-18 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN EULA.md |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 24.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Artur Ziemba artur.ziemba@avid.com> |
| Maintainers | wbauer, joeapearson, enterit, anna.kryzhko, anna.vaskovska, yvadim, diana_chaikovska, vladyslav.kurakov, artur.ziemba.avid |
| Keywords | MediaCentral, Avid, feature, pack |

## Links

- npm: https://www.npmjs.com/package/mediacentral-feature-pack
- Repository: https://github.com/avid-technology
- npm.io page: https://npm.io/package/mediacentral-feature-pack

## Dependencies (6)

- [yargs](https://npm.io/package/yargs.md) ^17.6.2
- [log4js](https://npm.io/package/log4js.md) ^6.7.0
- [archiver](https://npm.io/package/archiver.md) ^5.3.1
- [time-stamp](https://npm.io/package/time-stamp.md) ^2.2.0
- [randomstring](https://npm.io/package/randomstring.md) ^1.2.3
- [util.promisify](https://npm.io/package/util.promisify.md) ^1.1.1

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2022-11-30
- 0.0.1 (alpha) — 2018-05-18
- 0.1.1 — 2021-06-30
- 0.1.0 — 2021-06-15
- 0.0.37 — 2019-01-04
- 0.0.36 — 2018-10-24
- 0.0.35 — 2018-10-23
- 0.0.34 — 2018-10-03
- 0.0.33 — 2018-09-10
- 0.0.32 — 2018-08-23
- 0.0.31 — 2018-07-25
- 0.0.30 — 2018-06-28
- 0.0.29 — 2018-06-19
- 0.0.28 — 2018-06-19
- 0.0.27 — 2018-06-19
- … 16 more at https://npm.io/package/mediacentral-feature-pack/versions

## README

[![pipeline status](https://burl-gitlab.global.avidww.com/avid/dtk/mediacentral-feature-pack/badges/master/pipeline.svg)](https://burl-gitlab.global.avidww.com/avid/dtk/mediacentral-feature-pack/commits/master)
[![coverage report](https://burl-gitlab.global.avidww.com/avid/dtk/mediacentral-feature-pack/badges/master/coverage.svg)](https://burl-gitlab.global.avidww.com/avid/dtk/mediacentral-feature-pack/commits/master)

# Motivation
A feature pack tool for mediacentral cloud-ux projects

## Usage

1. As a CLI (Install globally)

    **npm i -g mediacentral-feature-pack**
  
2. As a js module

```js
const fp = require('mediacentral-feature-pack')
fp(options)
```

## CLI tool help page  

- Options:
  - `--version`       a version tag                             [boolean] [required]
  - `--help`          Show help                                            [boolean]
  - `-m, --metadata`  path to a metadata file based on the feature pack definition [required]
  - `-h, --helm`      path to a helm chart file                           [required]
  - `-d, --docker`    a docker image file with the contents of build      [required]
  - `-t, --tag`       a version tag                                       [required]
  - `-o, --output`    an output directory                                    [default: "."]

## Api

### `fp([, options])`

Parameters  

- `options` -- options object with keys:  
  - `metadata` -- path to a metadata file based on the feature pack definition  
  - `helm` -- path to a helm chart file  
  - `docker` -- a docker image file with the contents of build  
  - `tag` -- a version tag  
  - `output` -- an output directory

---
_Source: https://npm.io/package/mediacentral-feature-pack · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
