An open API service indexing awesome lists of open source software.

https://github.com/erikmichelson/text-replacer

Simple web-app to substitute characters in texts with other ones.
https://github.com/erikmichelson/text-replacer

online replace-text text

Last synced: 5 months ago
JSON representation

Simple web-app to substitute characters in texts with other ones.

Awesome Lists containing this project

README

          

# Character-wise text replacer
Simple web-app to substitute characters in texts with other ones.
Works either case-sensitive or case-insensitive.

**Live-Demo on GitHub:**

## Requirements for building / development
- recent node version (tested with 12+)
- yarn package manager

## Build
1. Clone this repo and `cd` into its directory
2. Install dependencies with `yarn install`
3. Build the app with `yarn build`
4. Serve the built version (found in _dist_ sub-directory) with a simple static webserver.

## Development
1. Follow steps 1-2 from above.
2. Run `yarn serve` to start a hot-reloading dev-server at port 8080.

Use `yarn lint` to lint your code files.