# studio-helper

> Crasman Studio API Helper

Latest version **1.19.4** (published 2024-10-08) · 0 weekly downloads

## Install

```sh
npm install studio-helper
pnpm add studio-helper
yarn add studio-helper
bun add studio-helper
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.19.4 |
| Published | 2024-10-08 |
| First published | 2016-09-07 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 302.4 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Crasman Oy |
| Maintainers | osaton, phcras |
| Keywords | studio-helper, studio, crasman, stage, crasman studio api |

## Links

- npm: https://www.npmjs.com/package/studio-helper
- Repository: https://github.com/crasman/studio-helper
- Homepage: https://github.com/crasman/studio-helper#readme
- Issues: https://github.com/crasman/studio-helper/issues
- npm.io page: https://npm.io/package/studio-helper

## Dependencies (10)

- [debug](https://npm.io/package/debug.md) ^4.3.2
- [ignore](https://npm.io/package/ignore.md) ^3.1.5
- [prompt](https://npm.io/package/prompt.md) ^1.0.0
- [throat](https://npm.io/package/throat.md) ^3.0.0
- [request](https://npm.io/package/request.md) ^2.88.0
- [bluebird](https://npm.io/package/bluebird.md) ^3.4.5
- [inquirer](https://npm.io/package/inquirer.md) ^1.1.3
- [progress](https://npm.io/package/progress.md) ^1.1.8
- [mime-types](https://npm.io/package/mime-types.md) ^2.1.11
- [find-cache-dir](https://npm.io/package/find-cache-dir.md) ^3.3.0

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.19.4 (latest) — 2024-10-08
- 1.19.3 — 2024-10-02
- 1.19.2 — 2024-10-02
- 1.19.1 — 2024-10-01
- 1.19.0 — 2024-10-01
- 1.18.1 — 2024-03-28
- 1.18.0 — 2023-09-27
- 1.16.2 — 2023-06-01
- 1.17.0 — 2020-10-19
- 1.16.1 — 2020-08-26
- 1.14.2 — 2020-03-18
- 1.14.1 — 2020-03-18
- 1.13.1 — 2020-03-17
- 1.12.0 — 2020-02-28
- 1.11.0 — 2018-12-28
- … 32 more at https://npm.io/package/studio-helper/versions

## README

# `studio-helper`

This library provides a Node.js client for working with
[Crasman Studio API](https://labs.crasman.fi/fi/help/studioapi/). It is
intended for interactive programs running in a CLI environment and prompts
users for credentials as needed.

## Installation

```bash
npm install studio-helper
```

## Usage

```typescript
import StudioHelper from 'studio-helper';

const studioHelper = new StudioHelper(...);

// If needed this will prompt the user for credentials
const res = await studioHelper.getConversions();
```

## API Documentation

API Documentation can be found [here](https://crasman.github.io/studio-helper/).

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