Remove lex, format, and minify from README#92
Remove lex, format, and minify from README#92aluttik wants to merge 1 commit intonginxinc:masterfrom
Conversation
There's not a lot of reason to include `lex`, `format`, and `minify` in the README. They just clutter up the docs, create confusion about the point of crossplane, and keeping them in creates a responsibility to maintain them. I don't think we should remove the capabilities from the tool, though, to maintain backwards compatibility.
|
I agree that there is little reason to include information in the readme that can otherwise be obtained from the command line with |
Well yes, but some new users might not have the cli tool installed. I think they should have a way to know that these sub commands exist. I think moving it to a wiki page would be a better idea than entirely removing it. |
|
I would recommend getting rid of these subcommands entirely, but to maintain backwards compatibility they should at least work until a new major version comes out. |
There's not a lot of reason to include
lex,format, andminifyin the README. They just clutter up the docs, create confusion about the point ofcrossplane, and keeping them in creates a responsibility for devs to maintain them. I don't think we should remove the capabilities from the tool, though, to maintain backwards compatibility.This would also solve #90.