dispatch-proxy
dispatch-proxy copied to clipboard
Rewriting index.coffee..
- Add script to build ES6 with babel
- Import module os and list network interfaces
@alexkirsz Hi! Can you check it out if I am doing it right?
@rlindsberg This is fine :)
On the CLI side, I'd recommend reimplementing the current behavior for now. You can consider one PR to be one feature, to be merged once the implementation is complete.
@alexkirsz Which feature should I work on first? I feel kinda difficult to find somewhere to begin with..
@rlindsberg For now, the focus is on translating the codebase from CoffeeScript to JavaScript. So it doesn't really matter which feature you implement first, as long as the new code is functionally equivalent to the old code.
So I'd say just start with a file (or parts of a file) and translate it 1:1, make a PR and I'll check it out :)