Skip to content
 
 

Repository files navigation

text-processor-react

Publish to github pages



Live Website


How to Install & Develope Locally

To build the examples locally, run:

yarn
yarn start

Then open http://localhost:8886 in a browser

Locally run integration tests with crypress

yarn # install depencencys if you havend already
yarn run cypress:open

Run integration tests with crypress

yarn # install depencencys if you havend already
yarn run cy:ci

Windows version

yarn # install depencencys if you havend already
$env:START_SERVER_AND_TEST_INSECURE=1
yarn run cy:ci-win

how to debug regex generator grammer parser

yarn global add  nearley
nearleyc grammer.ne -o src/lib/grammer.js
nearley-railroad grammer.ne -o grammar.html
python -m http.server 80

open grammar.html in your browser to view railroad diagram of grammer

Github actions how to setup DASHBOARDRECORDKEY

TODO add

  • better css DONE
  • add localstorage DONE
  • add pastebin save with api key

links

GitHub - react-monaco-editor/react-monaco-editor: Monaco Editor for React. Monaco Editor Playground

License

MIT, see the LICENSE file for detail.

About

Dead Simple Text processing program, generates and searches text using Regular expressions, makes turning messy data into clean useable csv/json files!

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages