Crates.io | keep |
lib.rs | keep |
version | 0.1.0 |
source | src |
created_at | 2018-07-16 22:39:07.359791 |
updated_at | 2018-07-16 22:39:07.359791 |
description | Preserve file during content regeneration using VCS instead of guard clauses inside the document |
homepage | https://github.com/phodina/keep |
repository | https://github.com/phodina/keep |
max_upload_size | |
id | 74579 |
size | 9,710 |
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 ...