Open simevo opened 5 years ago
the node module: https://github.com/beautify-web/js-beautify/blob/master/package.json#L9 and the python package: https://github.com/beautify-web/js-beautify/blob/master/python/setup.py#L39 both install a js-beautify executable binary
js-beautify
do they support the same CLI arguments ? are they supposed to give the same results ? I think that it would make sense to rename one or the other.
@simevo They support similar arguments but not the same - the node version supports beautifying of css and html as well. Renaming one or the other would be a breaking change.
the node module: https://github.com/beautify-web/js-beautify/blob/master/package.json#L9 and the python package: https://github.com/beautify-web/js-beautify/blob/master/python/setup.py#L39 both install a
js-beautify
executable binarydo they support the same CLI arguments ? are they supposed to give the same results ? I think that it would make sense to rename one or the other.