# yamlish

> Parser/encoder for the yamlish format

Latest version **0.0.7** (published 2015-05-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install yamlish
pnpm add yamlish
yarn add yamlish
bun add yamlish
```

## 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.0.7 |
| Published | 2015-05-21 |
| First published | 2011-04-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 23 |
| Author | Isaac Z. Schlueter |
| Maintainers | isaacs |
| Keywords | yaml, yamlish, test, anything, protocol, tap |

## Links

- npm: https://www.npmjs.com/package/yamlish
- Repository: https://github.com/isaacs/yamlish
- Homepage: https://github.com/isaacs/yamlish#readme
- Issues: https://github.com/isaacs/yamlish/issues
- npm.io page: https://npm.io/package/yamlish

## Alternatives

- [monaco-yaml](https://npm.io/package/monaco-yaml.md) — 420.1K weekly downloads
- [@crewx/workflow](https://npm.io/package/@crewx/workflow.md) — 3.1K weekly downloads
- [yaml-cat](https://npm.io/package/yaml-cat.md) — 38 weekly downloads
- [nunjucks-in-yaml](https://npm.io/package/nunjucks-in-yaml.md) — 9 weekly downloads
- [shopify-symlinks](https://npm.io/package/shopify-symlinks.md) — 3 weekly downloads

## Recent versions

- 0.0.7 (latest) — 2015-05-21
- 0.0.6 — 2014-08-12
- 0.0.5 — 2012-04-16
- 0.0.4 — 2012-02-21
- 0.0.3 — 2012-02-06
- 0.0.2 — 2011-10-25
- 0.0.1 — 2011-04-07

## README

This is a thingie to parse the "yamlish" format used to serialize
objects in the TAP format.

It's like yaml, but just a tiny little bit smaller.

Usage:

    var yamlish = require("yamlish")
    // returns a string like:
    /*
    some:
      object:
        - full
        - of
    pretty: things
    */
    yamlish.encode({some:{object:["full", "of"]}, pretty:"things"})

    // returns the object
    yamlish.decode(someYamlishString)

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