1.1.4 • Published 10 months ago

list-config-plugins v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

list-config-plugins npm npm

A CLI tool to discover and manage Expo config plugins in your project dependencies.

šŸš€ Overview

list-config-plugins helps you efficiently manage your Expo config plugins by identifying which dependencies have available expo config plugins and whether they are currently utilized in your project. It supports:

  • āœ… Expo Apps
  • āœ… Bare React-Native Apps (without Expo)
  • āœ… Monorepos

šŸŽÆ Usage

To get started, simply run the package in your app directory:

npx list-config-plugins@latest

Example Output

> npx list-config-plugins
Config Plugin Overview:

Used Plugins:
🟩  expo-notifications
🟩  expo-screen-orientation
🟩  expo-splash-screen
🟩  react-native-compressor

Bundled with Expo:
šŸ“¦  expo-camera
šŸ“¦  expo-dev-client
šŸ“¦  expo-file-system

Unused Plugins:
🟄  @sentry/react-native

✨ Features

  • šŸ” Scans your project for available Expo config plugins
  • 🟩 Displays currently used plugins
  • šŸ“¦ Lists plugins automatically added by Expo
  • 🟄 Identifies unused available plugins
  • 🌐 Finds config plugins provided by expo @config-plugins
  • āš™ļø Supports all types of React-Native & Expo configurations, including Monorepos

šŸ› ļø How It Works

  1. Analyzes your project dependencies to identify packages with Expo config plugins.
  2. Checks which config plugins are actively used in your Expo configuration.
1.1.4

10 months ago

1.1.3

10 months ago

1.1.2-beta

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.2

11 months ago

1.0.2-beta.0

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago