Changelog
v2.1.0
--prop '!propName'
to search for all usages of a component
where propName
is not used--prop 'propName!=value'
to search for all usages of a
component where propName
's value is not value
Changelog
v2.0.0
--add-babel-plugin a --add-babel-plugin b
to --babel-plugins a b
--ignore a --ignore b
to --ignore a b
--files a --files b
to --files a b
jsx-info a b c
to jsx-info --components a b c
jsx-info
to jsx-info --components "*"
jsx-info
with missing arguments now enters interactive mode--sort <...>
flagChangelog
v1.5.0