npm.io
2.0.0 • Published 3 months ago

prepend

Licence
MIT
Version
2.0.0
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
2

Prepend

Add data to the beginning of file

Install

npm i prepend --save

How to use?

import {prepend} from 'prepend';

await prepend('README.md', 'some data for beginning');

License

MIT