Skip to content

Releases: elszczepano/mfr

Add npm keywords

13 Mar 09:17
Compare
Choose a tag to compare
1.1.3

Add npm keywords

Fix case with missing prefix/postfix

13 Mar 09:17
52cfee5
Compare
Choose a tag to compare

Now empty prefix and postfix is skipped.

Add missing files

13 Mar 08:56
Compare
Choose a tag to compare

The 1.1.0 version didn't contain build sources.

Introduce CLI version

27 Feb 18:09
Compare
Choose a tag to compare

MFR supports also the CLI version. To run MFR in the CLI mode install it first using npm install -g mfr.
Then you will be able to run MFR via the mfr command:

Usage: -m <mode> -s <source> -d <destination>

Options:
      --help            Show help                                      [boolean]
      --version         Show version number                            [boolean]
  -m, --mode            Application mode                     [string] [required]
  -s, --source          Source path                          [string] [required]
  -d, --destination     Destiatnion path                     [string] [required]
  -f, --formats         Handled formats                                  [array]
  -p, --pattern         Pattern                                         [string]
  -a, --appendix        Appendix                                        [string]
      --pre, --prefix   Prefix pattern                                  [string]
      --pos, --postfix  Prefix patern                                   [string]

Introduce MFR

20 Feb 20:05
07a28f6
Compare
Choose a tag to compare

Deliver basic library functionality. For more details see README.md.