Useful tools to manage your strings quickly.
https://mfcar.github.io/TextTools/
To add your scripts
- Clone this project.
- Run
npm installto install the Node.js dependencies. - Run
ng g s scripts/<your script name>. - Open the generated service file in your editor, add implements IScript and
implement
transform(text: string, parameters?: any[]): string {}method. - Edit
shared/scriptsList.tsand add your script properties.
Thanks to Angular, Lodash, Boop , CyberChef and many other authors for providing the libs, references, knowledge for this project happens.