to-vinyl
Convert an object to a vinyl file object. Safely mixes additional properties onto the file object without overwriting properties added by vinyl.
Last updated 11 years ago by jonschlinkert .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install to-vinyl 
SYNC missed versions from official npm registry.

to-vinyl NPM version

Convert an object to a vinyl file object. Safely mixes additional properties onto the file object without overwriting properties added by vinyl.

Install with npm

$ npm i to-vinyl --save

Usage

var toVinyl = require('to-vinyl');

toVinyl({path: 'foo.hbs', content: 'this is foo'});
//=> <File "foo.hbs" <Buffer 74 68 69 73 20 69 73 20 66 6f 6f>>

Related projects

  • assemble: Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… more
  • to-template: Convert a vinyl file object to a Template-compatible template object.
  • template: Render templates using any engine. Supports, layouts, pages, partials and custom template types. Use template… more
  • verb: Documentation generator for GitHub projects. Extremely powerful, easy to use, can generate anything from API… more

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Brian Woodward

License

Copyright © 2015 Brian Woodward Released under the MIT license.


This file was generated by verb-cli on July 17, 2015.

Current Tags

  • 0.2.0                                ...           latest (11 years ago)

4 Versions

  • 0.2.0                                ...           11 years ago
  • 0.1.2                                ...           11 years ago
  • 0.1.1                                ...           11 years ago
  • 0.1.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (3)
Dev Dependencies (3)

Copyright 2013 - present © cnpmjs.org | Home |