Skip to content

AkaraChen/js-yaml

 
 

Repository files navigation

JS-YAML - YAML 1.2 parser / writer for JavaScript

Introduction

This is a fork of js-yaml, containing a few changes to make it work with the modern javascript ecosystem.

Changes

  1. Remove the js-yaml global cli, as it is not needed.
  2. Migrate all code to esm, so it can be well tree-shaken.
  3. Build for esm and cjs, no umd, if you want umd build, just import from the original package.
  4. Add TypeScript typings, now you don't need to install @types/js-yaml anymore.
  5. Quite smaller package size, shrink the package size from 0.5MB to 0.1MB.

Installation

npm install @akrc/yaml

About

JavaScript YAML parser and dumper. Very fast.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.2%
  • HTML 2.9%
  • Other 0.9%