snipr 0.1.0

A CLI tool (snipr) for managing Neovim and VSCode snippets
Documentation
1
2
3
4
5
pub mod cli_model;
pub mod commands_model;
pub mod identifier_model;
pub mod snip_config_model;
pub mod snippet_model;