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
- Host: GitHub
- URL: https://github.com/mfcar/TextTools
- Owner: mfcar
- License: mit
- Created: 2020-11-21T01:45:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T21:38:38.000Z (about 2 years ago)
- Last Synced: 2024-11-25T20:39:30.615Z (over 1 year ago)
- Topics: angular, converter, crypto, formatter, javascript, json, lodash, material-design, text, tool, typescript
- Language: TypeScript
- Homepage: https://mfcar.github.io/TextTools/
- Size: 1.58 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Text Tools
Useful tools to manage your strings quickly.
https://mfcar.github.io/TextTools/
## 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.