Skip to content

A simple CLI to identify installed Node packages that may contain ES6 features.

Notifications You must be signed in to change notification settings

hancush/python-es6-sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐶 ES6 Sniffer

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.

Installation

Simply run:

pip install git+https://github.com/hancush/python-es6-sniffer

Usage

Basic usage:

es6-sniffer

For options:

es6-sniffer --help

Development

pip install pytest
pip install -e .
# Make changes, then test
pytest -sv

About

A simple CLI to identify installed Node packages that may contain ES6 features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published