Advanced Search
Search Results
3 total results found
readme.md for @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...
readme.md for @push.rocks/smartxml
a package for creating and parsing XML formatted files Install To start using @push.rocks/smartxml in your project, you'll first need to install it. This package is distributed via npm, so you can install it by running the following command in your project's r...
changelog.md for @push.rocks/smartxml
2025-11-19 - 2.0.0 - BREAKING CHANGE(core) Implement custom XmlBuilder, remove xmlbuilder2, upgrade fast-xml-parser, update SmartXml API, tests and CI Add a new chainable XmlBuilder implementation (create(), ele(), txt(), att(), up(), com(), end(), toString()...