/replace-string

a repo for string replacement only

Primary LanguageTypeScript

replace-string

Install

pnpm install @lexmin0412/replace-string

Usage

import path from 'path';
import { replaceFileContent } from '@lexmin0412/replace-string'

replaceFileContent(path.resolve(__dirname, 'README.md'), 'original-string', 'target-string')