esgist
v1.0.0
Published
Generate an ESLint config from a GitHub Gist
Readme
Features
- Automatic dependency detection + installation
- ESLint config file detection
- Manual override via CLI args
Usage
npx esgist # Initiate the wizard
npx esgist --yes # Skip Node.js project and commit warnings
npx esgist --package-manager npm # Manually specify package manager (in this case, npm)
npx esgist --gist https://gist.github.com/... # Provide Gist to use for the config
npx esgist --help # Display information about the CLIExample
License
MIT 2025 @jvxz
