Rocambole Method Rename
A tool to rename method names in JS files through Rocambole.
Instalation:
$ npm install rocambole-method-rename
Usage example
// TL;DR, it returns a string src "oldMethodName" "newMethodName" ;
Other:
{ var path = rmr = src = path result; // Sends JS Contents // Returns a string with the replaced content result = ;};
Contributing
Issues and PRs are very welcome!
Please write tests with new features.
Grunt!