# cloudformation-js-yaml-schema

> Schema to ignore CloudFormation YAML local tags while parsing or dumping

Latest version **0.4.2** (published 2018-09-15) · ISC license · 0 weekly downloads

## Install

```sh
npm install cloudformation-js-yaml-schema
pnpm add cloudformation-js-yaml-schema
yarn add cloudformation-js-yaml-schema
bun add cloudformation-js-yaml-schema
```

## Health

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

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

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.2 |
| Published | 2018-09-15 |
| First published | 2016-12-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | Joseph Yølk Chiocchi |
| Maintainers | yolk |
| Keywords | cloudformation, aws, js-yaml, yaml, parser, schema |

## Links

- npm: https://www.npmjs.com/package/cloudformation-js-yaml-schema
- Repository: https://github.com/yyolk/cloudformation-js-yaml-schema
- Homepage: https://github.com/yyolk/cloudformation-js-yaml-schema#readme
- Issues: https://github.com/yyolk/cloudformation-js-yaml-schema/issues
- npm.io page: https://npm.io/package/cloudformation-js-yaml-schema

## Dependencies (1)

- [js-yaml](https://npm.io/package/js-yaml.md) ^3.7.0

## 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.4.2 (latest) — 2018-09-15
- 0.3.11 — 2018-09-15
- 0.3.10 — 2018-09-15
- 0.3.8 — 2018-09-15
- 0.4.1 — 2018-08-21
- 0.4.0 — 2018-08-21
- 0.3.7 — 2018-05-04
- 0.3.6 — 2018-05-03
- 0.3.5 — 2018-05-03
- 0.3.4 — 2017-11-28
- 0.3.3 — 2017-11-28
- 0.3.1 — 2017-03-13
- 0.3.0 — 2017-03-05
- 0.2.0 — 2017-03-03
- 0.1.0 — 2016-12-26
- … 3 more at https://npm.io/package/cloudformation-js-yaml-schema/versions

## README

# cloudformation-js-yaml-schema [![Build Status](https://travis-ci.org/yyolk/cloudformation-js-yaml-schema.svg?branch=master)](https://travis-ci.org/yyolk/cloudformation-js-yaml-schema)

Schema to ignore CloudFormation YAML local tags while parsing, ie: `!Ref`, `!Base64`

For utility in templates and build wrappers

See [tags.json](./tags.json) for currently supported local tags

## Use Cases

I've created this package primarily for use in creating CloudFormation templates


## Dependent Of

- Atom Linter for CloudFormation Yaml: https://github.com/yyolk/linter-js-cloudformation-yaml

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