prepend

Add data to the beginning of file

MIT 4 个版本
安装
npm install prepend
yarn add prepend
pnpm add prepend
bun add prepend
README

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

版本列表
2.0.0 2026-04-17
1.0.2 2014-11-28
1.0.1 2014-11-27
1.0.0 2014-11-27