UNPKG

replacer-util

Version:

Find and replace strings or template outputs in text files (CLI tool designed for use in npm package.json scripts)

10 lines (7 loc) 166 B
#!/usr/bin/env node /////////////////// // replacer-util // // MIT License // /////////////////// import { replacer } from '../dist/replacer.js'; replacer.cli();