Create an object of template partials from a glob of files to pass to any template engine.
npm install partials
> Create an object of template partials from a glob of files to pass to any template engine.
``bash`
npm i partials --save
#### Install with bower
`bash`
bower install partials --save
`bash`
npm test
`js
var partials = require('partials');
console.log(partials('*.hbs'));
//=> {a: '
Jon Schlinkert
+ github/jonschlinkert
+ twitter/jonschlinkert
*
_This file was generated by verb-cli on October 10, 2014._