nu_plugin_inc 0.112.2

A version incrementer plugin for Nushell
Documentation
1
2
3
4
5
mod inc;
mod nu;

pub use inc::Inc;
pub use nu::IncPlugin;