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.
- Host: GitHub
- URL: https://github.com/erikmichelson/text-replacer
- Owner: ErikMichelson
- License: mit
- Archived: true
- Created: 2020-12-01T11:52:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T00:18:26.000Z (over 5 years ago)
- Last Synced: 2024-12-19T03:24:04.342Z (over 1 year ago)
- Topics: online, replace-text, text
- Language: Vue
- Homepage: https://erikmichelson.github.io/text-replacer/
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.