yaml-cutter
v0.2.1
Published
Allows to edit YAML files in flexible ways
Downloads
7
Readme
Yaml Cutter
- non-intrusive programmatic editing of YAML files
- preserves the file structure, including empty lines, comments, and indentation
Installation
install the module
$ npm install --save yaml-cutter
load the library (in your JavaScript code):
yamlCutter = require('yaml-cutter');
Usage
Development
see our developer guidelines