bit/plugins

As part of Bit 2025.2 we added a brand new suit of functions to interact with Bits plugin system.

These functions can be imported with the following code at the top of your code

const plugins =  require("bit/plugins");

Theres a few different functions you can run with this import...

Gets whether the plugin defined by the id of version is active

Find a specific plugin defined by id

Shows a list of all installed plugins

Counts all the plugins installed, and outputs the number.

Last updated

Was this helpful?