wfilesarchive
v0.3.434
Published
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
Downloads
3,920
Maintainers
Readme
module::FilesArchive
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.