readme.md for @push.rocks/smartyaml
@push.rocks/smartyaml
Handle YAML in smart ways.
Install
To use @push.rocks/smartyaml in your project, you need to install it using npm or yarn. Run the following command in your project directory:
npm install @push.rocks/smartyaml --save
or if you prefer yarn:
yarn add @push.rock...