find-repl

Find and replace text in your project files ✍️


Keywords
find, replace, repl, cli, global, files, git, gitignore, regex, glob
License
Apache-2.0
Install
npm install find-repl@0.1.0

Documentation

git clone https://github.com/tbjgolden/find-repl.git cool-package-name
cd cool-package-name
npm install
# One time init function to convert template to new project
npx xnr .scripts/name.ts

find-repl

banner

npm coverage npm type definitions license install size

A npm library that does exactly what it says on the tin.

Table of Contents

Background

  • Cover motivation.
  • Cover abstract dependencies.
  • Cover compatible versions of Node, npm and ECMAScript.
  • Cover similar packages and alternatives.

Install

This package is available from the npm registry.

npm install find-repl

Usage

npx find-repl ...

Supports JavaScript + TypeScript:

import { foo } from "find-repl";

foo();

Can also be imported via require("find-repl").

API

...

Credits

...

Contributing

  • State where users can ask questions.
  • State whether PRs are accepted.
  • List any requirements for contributing; for instance, having a sign-off on commits.

Dev environment requires:

  • node >= 16.14.0
  • npm >= 6.8.0
  • git >= 2.11

Licence

Apache-2.0