String Method is open for you to collaborate and add you feature. It keeps growing as you add your idea to it.
- Fork this repository.
- Clone your forked repository.
- Make changes and commit those changes.
- After pushing on you github repo, open a pull request.
- Navigate to /src/methods/ directory
- create a file named [method_name].ts
- Register and export your method in /src/index.ts
- Create tests for your method in /test/[method_name].test.ts
- You're done.
After you open a pull request, we will review your pull request and merge or take any other step in need. We let you know if changes are needed.