0.3.0
https://pypi.org/project/nodely/0.3.0
- Add
.check_calland.check_outputmethods tonodely.bin.Command,
the class of the Pythonicnodely.bin['...']instances for running
installed Node.js tools - Make
nodely.bin.Command.__call__wrap.check_outputinstead of.call
and take variable*cmdargsparameters instead of a single positional
cmdargssequence parameter - Define
nodely.NodeCommandErrorbased onsubprocess.CalledProcessError.
It adds the working directory to the basic exception message and is raised
fromnodely.bin.Command.check_calland.check_output