Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 494 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 494 Bytes

nu_plugin_kdl

A plugin to add KDL support to Nushell.

Build the plugin

./cargo-setup.nu /path/to/nushell/nushell/
cargo build --release
register target/release/nu_plugin_kdl

Examples

see examples.md

TODO

  • implement from kdl and support in open foo.kdl
  • implement to kdl and support in save foo.kdl
  • add tests
  • add proper error support
  • support type annotations
  • preserve comments