bit-loader-text

1.2.0 • Public • Published

bit-loader-text

Greenkeeper badge

bit-loader plugin for processing Plain Text files

Example

install

$ npm install bit-loader-text --save

Simple plugin configuration

var Bitbundler = require("bit-bundler");
var textPlugin = require("bit-loader-text");

var bitbundler = new Bitbundler({
  loader: {
    plugins: [
      textPlugin({
        extensions: ["txt", "html"]
      })
    ]
  }
});

License

Licensed under MIT

Package Sidebar

Install

npm i bit-loader-text

Weekly Downloads

7

Version

1.2.0

License

MIT

Last publish

Collaborators

  • manchagnu