whitlockjc / path-loader

Utility that provides a single API for loading the content of a path/URL.
MIT License
8 stars 18 forks source link

path-loader

Utility that provides a single API for loading the content of a path/URL. This module works in the browser and in io.js/Node.js. Right now this module supports the following loaders:

In the future, there will likely be a pluggable infrastructure for altering this list or overriding the loaders provided by the project but for now that is not an option.

Project Badges

Installation

path-loader is available for both Node.js and the browser. Installation instructions for each environment are below.

Browser

path-loader binaries for the browser are available in the dist/ directory:

Node.js

Installation for Node.js applications can be done via NPM.

npm install path-loader --save

Documentation

The documentation for this project can be found here: https://github.com/whitlockjc/path-loader/blob/master/docs/README.md

The path-loader project's API documentation can be found here: https://github.com/whitlockjc/path-loader/blob/master/docs/API.md

Dependencies

Below is the list of projects being used by path-loader and the purpose(s) they are used for: