keep

Crates.iokeep
lib.rskeep
version0.1.0
sourcesrc
created_at2018-07-16 22:39:07.359791
updated_at2018-07-16 22:39:07.359791
descriptionPreserve file during content regeneration using VCS instead of guard clauses inside the document
homepagehttps://github.com/phodina/keep
repositoryhttps://github.com/phodina/keep
max_upload_size
id74579
size9,710
Petr Hodina (phodina)

documentation

README

keep [WIP]

Preserve file during regenerating using VCS such as git instead of guard clauses inside the document such as this:

 ... some text ...
 ## GUARD START ##
 ... do NOT modify ...
 ## GUARD STOP ##
 ... some text ...
Commit count: 3

cargo fmt