strdr4605 / mockingcase

node package that converts a string to mOcKiNgCaSe
https://npm.im/@strdr4605/mockingcase
ISC License
76 stars 23 forks source link

Rename mOcKiNgCaSe in mockingcase #66

Closed strdr4605 closed 5 years ago

strdr4605 commented 5 years ago

As discussed in #52 and as runkit sample

var mockingcase = require("@strdr4605/mockingcase")

the main function should be renamed in mockingcase

TO DO:

keremh commented 5 years ago

hi, i want to work on this issue.

strdr4605 commented 5 years ago

@keremh, You can work on it.

aashaypalliwar commented 5 years ago

Hey ! Can I work on this?

strdr4605 commented 5 years ago

@aashaypalliwar, there is already someone working on this, but I will update you if it's free.

adriaanvermeire commented 5 years ago

@keremh are you still working on this? I'd like to contribute for the first time and this seemed like a good issue to try out.

strdr4605 commented 5 years ago

@adriaanvermeire, there are #72, #74 and #75, but they are not finished. You can check them and create a new pull request with all the required changes. Take a look at comments in PRs and make sure npm test passes with 100% coverage. Also in some cases mOcKiNgCaSe should not be changed to mockingcase, because it serves as an example of the package output. If you decide to do first replace All then after, take a look and where mOcKiNgCaSe should stay mOcKiNgCaSe.

Let me know if you need more help!