# mediacentral-upload

> A upload tool for mediacentral cloud-ux projects

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

## Install

```sh
npm install mediacentral-upload
pnpm add mediacentral-upload
yarn add mediacentral-upload
bun add mediacentral-upload
```

Provides the command `mediacentral-upload`.

## 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.3 |
| Published | 2022-11-30 |
| First published | 2018-05-17 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN EULA.md |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 21.8 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, upload |

## Links

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

## Dependencies (5)

- [json5](https://npm.io/package/json5.md) ^2.2.1
- [yargs](https://npm.io/package/yargs.md) ^17.6.2
- [log4js](https://npm.io/package/log4js.md) ^6.7.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.6
- [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.3 (latest) — 2022-11-30
- 0.0.2 (alpha) — 2018-05-17
- 0.1.2 — 2021-07-01
- 0.1.1 — 2021-06-30
- 0.1.0 — 2021-06-15
- 0.0.34 — 2019-01-03
- 0.0.33 — 2018-10-24
- 0.0.32 — 2018-10-23
- 0.0.31 — 2018-06-28
- 0.0.30 — 2018-06-11
- 0.0.29 — 2018-06-11
- 0.0.28 — 2018-06-11
- 0.0.27 — 2018-05-23
- 0.0.25 — 2018-05-23
- 0.0.24 — 2018-05-23
- … 4 more at https://npm.io/package/mediacentral-upload/versions

## README

[![pipeline status](https://burl-gitlab.global.avidww.com/avid/dtk/mediacentral-upload/badges/master/pipeline.svg)](https://burl-gitlab.global.avidww.com/avid/dtk/mediacentral-upload/commits/master)
[![coverage report](https://burl-gitlab.global.avidww.com/avid/dtk/mediacentral-upload/badges/master/coverage.svg)](https://burl-gitlab.global.avidww.com/avid/dtk/mediacentral-upload/commits/master)

# Motivation
A tool to upload a feature pack to avid marketplace

## Usage

1. As a CLI (Install globally)

    **npm i -g mediacentral-upload**
  
2. As a JS module

```js
const upload = require('mediacentral-upload')
upload(options)
```

## CLI tool help page  

- Options:
  - `--version`       Show version number                       [boolean]
  - `--help`          Show help                                 [boolean]
  - `-m, --manifest`  path to a manifest file           [default: "./manifest.json"]
  - `-p, --pack`      path to a feature pack to upload                    [required]
  - `-i, --id`        MyApplication id for your project                   [required]

## Api

### `upload([, options])`

Parameters

- `options` -- options object with keys:
  - `manifest` -- path to a manifest file
  - `pack` -- path to a feature pack to upload
  - `id` -- MyApplication id for your project

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