blakmatrix / node-migrator-bot

Migrate your old Node.js Repos
MIT License
31 stars 3 forks source link

migrate ev_* and eio_* to libuv #9

Closed japj closed 12 years ago

japj commented 12 years ago

In nodejs 0.8, ev* and eio* are depricated.

It would be cool if node-migrator-bot could migrate existing code that uses ev* and eio* to libuv calls

blakmatrix commented 12 years ago

I will be rearranging the code in the next week to expose the parts that determine what file types to look at, what to do, and the commit/PR messages. People then can use the bot for however complex they want to get and for potentially other cases outside of node.js

blakmatrix commented 12 years ago

I have rearranged the code to better suit developers that want to run with this project on their own... I have a few mor changes planned when i get the time that will alow users to add multiple processes and commits as an array passed to the program