xed

0.0.2 • Public • Published

xed (WORK IN PROGRESS)

xed is an XML stream editor for the command line

Example (before a real documentation)

Input foo.xml file

<foo>
  <bar answer="41" />
</foo>

We want to change the answer to 42

cat foo.xml | xed --selector="foo > bar" --attr answer 42 > foo.xml

Readme

Keywords

Package Sidebar

Install

npm i xed

Weekly Downloads

0

Version

0.0.2

License

BSD-2-Clause

Last publish

Collaborators

  • dawicorti