包详细信息

wfilesarchive

Wandalen4.2kMIT0.3.434

Experimental. Several classes to reflect changes of files on dependent files and keep links of hard linked files. FilesArchive provides means to define interdependence between files and to forward changes from dependencies to dependents. Use FilesArchive

wTools, wFiles, wFilesArchive, File Archive

自述文件

module::FilesArchive status experimental

Experimental. Several classes to reflect changes of files on dependent files and keep links of hard linked files. FilesArchive provides means to define interdependence between files and to forward changes from dependencies to dependents. Use FilesArchive to avoid unnecessary CPU workload.

Try out from the repository

git clone https://github.com/Wandalen/wFilesArchive
cd wFilesArchive
will .npm.install
node sample/trivial/Sample.s

Make sure you have utility willbe installed. To install willbe: npm i -g willbe@stable. Willbe is required to build of the module.

To add to your project

npm add 'wfilesarchive@stable'

Willbe is not required to use the module in your project as submodule.