intradoc
v1.1.2
Published
In-place document content replacer CLI utility.
Downloads
1,290
Maintainers
Readme
🤔 Why?
- Keep your documents up-to-date during the SDLC, especially during releases without creating additional or separate in-between and temp files.
- Avoid errors and improve consistency by using simple comment placeholders and populate them with new data.
- Save time and effort by automating the process of replacing API, usage, and other information within your files instead of you updating them manually.
📦 Installation
npm i intradoc
☕ Usage
$ intradoc <flags> <input>
$ intradoc <input> <flags>
$ intradoc <flags> -f [...files] -d [...data]
$ intradoc <flags> [...files] [data]
$ intradoc -f [...files] -d [...data] <flags>
$ intradoc [...files] [data] <flags>