Package Exports
- hexo-fs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hexo-fs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
fs
File system module for Hexo.
Features
- Support for both Promise and callback interface.
- Use graceful-fs to avoid EMFILE error and various improvements.
- Use chokidar for consistent file watching.
Installation
$ npm install hexo-fs
Usage
var fs = require('hexo-fs');
License
MIT