https://github.com/miguelcastillo/bit-loader-json
bit-loader plugin for JSON
https://github.com/miguelcastillo/bit-loader-json
Last synced: about 2 months ago
JSON representation
bit-loader plugin for JSON
- Host: GitHub
- URL: https://github.com/miguelcastillo/bit-loader-json
- Owner: MiguelCastillo
- License: mit
- Created: 2016-01-07T22:00:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T22:33:28.000Z (over 5 years ago)
- Last Synced: 2025-03-17T20:41:28.098Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bit-loader-json
[](https://greenkeeper.io/)
> bit-loader plugin for JSONThe output of this plugin factory is a configuration Object that can be used as a [bit-loader](https://github.com/MiguelCastillo/bit-loader) plugin.
## Usage
### install
```
$ npm install @bit/loader-json --save
```### bit-bundler setup
``` javascript
var Bitbundler = require("@bit/bundler");
var jsonPlugin = require("@bit/loader-json");var bitbundler = new Bitbundler({
loader: {
plugins: [
jsonPlugin()
]
}
});
```## License
Licensed under MIT