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

https://github.com/mfcar/TextTools

Tools for your text
https://github.com/mfcar/TextTools

angular converter crypto formatter javascript json lodash material-design text tool typescript

Last synced: 9 months ago
JSON representation

Tools for your text

Awesome Lists containing this project

README

          

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/`.
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](https://angular.io/), [Lodash](https://lodash.com/), [Boop](https://boop.okat.best/)
, [CyberChef](https://gchq.github.io/CyberChef) and many other authors for providing the libs, references, knowledge for
this project happens.