prepend

1.0.2 • Public • Published

Prepend

Add data to the beginning of file

Install

npm i prepend --save

How to use?

var prepend = require('prepend');
 
prepend('README.md', 'some data for beginning', function(error) {
    if (error)
        console.error(error.message);
});
 

License

MIT

/prepend/

    Package Sidebar

    Install

    npm i prepend

    Weekly Downloads

    253

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • coderaiser