node-wifi
node-wifi copied to clipboard
separate cli usage to a own package?
You have two dependencies. This two is only meant for cli usage.
I'm not super interested in that for my own module. I where wondering if you could consider having a node-wifi-cli package or something like it.
This would reduce the total size down from 617kb to only 73kb
I think it is a good idea. We could prepare that for the next major version. I would like to finish the current big refactorization and unit tests for windows before adding breaking changes.
I started a new repo node-wifi-cli. It is currently using directly node-wifi
and is totally functional.