Skip to content

mfcar/TextTools

Repository files navigation

Text Tools

Text Tools Example
Useful tools to manage your strings quickly.

https://mfcar.github.io/TextTools/

Submit an Issue

Travis status   Push to GitHub Pages   Quality Gate Status   License


Contributing

To add your scripts

  1. Clone this project.
  2. Run npm install to install the Node.js dependencies.
  3. Run ng g s scripts/<your script name>.
  4. Open the generated service file in your editor, add implements IScript and implement transform(text: string, parameters?: any[]): string {} method.
  5. Edit shared/scriptsList.ts and add your script properties.

Thanks

Thanks to Angular, Lodash, Boop , CyberChef and many other authors for providing the libs, references, knowledge for this project happens.