ES6 Sniffer is a simple CLI to identify installed Node packages that may contain ES6 features. It cribs heavily from the approach in babel-engine-plugin
but meets the need without adding additional build tools.
Simply run:
pip install git+https://github.com/hancush/python-es6-sniffer
Basic usage:
es6-sniffer
For options:
es6-sniffer --help
pip install pytest
pip install -e .
# Make changes, then test
pytest -sv