JSPM

  • Created
  • Published
  • Downloads 31669
  • Score
    100M100P100Q144159F
  • License MIT

File system module for Hexo.

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

Build Status NPM version Coverage Status Build status

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