Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ut-port-file

softwaregroup-bg72Apache-2.07.0.4

UT port file module.

readme

UT Port File

Options example

    watch: [], // what to watch, example list of [path,path,file,file]
    pattern: '*', // what to match
    watcherOptions: {}, // https://github.com/paulmillr/chokidar#api
    matcherOptions: {}, // https://github.com/isaacs/minimatch#properties
    notifyTimeout: 5000, // because we don't need to notify on every event we will notify once per 5 sec in this example
    doneDir: null // where to move all files passed to caller

changelog

7.0.4 (2023-09-29)

7.0.3 (2020-01-17)

7.0.2 (2019-09-03)

Bug Fixes

7.0.1 (2019-03-22)

7.0.0 (2019-02-02)

Bug Fixes

BREAKING CHANGES

  • requires upgrade of ut-port and ut-run

6.1.0 (2018-03-02)

6.0.0 (2017-12-06)

Bug Fixes

  • add dependency (bc53b47)
  • remove ut-bus dependency, use es6 (ac6b41e)

5.8.0 (2017-10-26)

Bug Fixes

Features

5.7.0 (2017-09-28)

Features

5.6.9 (2017-05-22)

5.6.8 (2017-05-22)

5.6.7 (2017-05-22)

5.6.6 (2017-05-22)

5.6.5 (2017-05-22)

5.6.4 (2017-05-22)

5.6.3 (2017-04-24)

5.6.2 (2017-03-23)

Bug Fixes

5.6.1 (2017-03-08)

Bug Fixes

5.6.0 (2017-02-16)

Features

  • ability to write/append file (41493f8)

5.5.0 (2016-12-23)

Features

5.4.5 (2016-11-07)

5.4.4 (2016-09-20)

5.4.3 (2016-09-17)

5.4.2 (2016-08-12)

Bug Fixes

5.4.1 (2016-07-11)

Features

5.3.10 (2016-04-15)

Features

  • add Gitlab-ci and Jenkins scripts (a799916)

5.3.9 (2016-03-31)

Bug Fixes

  • use constant dependencies (709ee48)

5.3.8 (2016-03-30)

Bug Fixes

Features