0.1.0 • Published 6 years ago

slv-textconv v0.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

slv-textconv

Utility for git to compare two SLV files.

Command line function to produce text file from SLV: RHS + IV + Comments text.

Installation

Required npm and nodejs installed.

npm install slv-textconv --global

Gives the ability to start function.

slv-textconv model.slv >> out.txt

Usage for git

For implementation in all git repositories use

git config --global diff.slv.textconv slv-textconv

In particular project include lines in .gitattributes

*.slv diff=slv

See also

Author

Evgeny Metelkin @metelkin