We've updated the domain to bit.lockyzdev.com please bookmark the new link!
For the complete documentation index, see llms.txt. This page is also available as Markdown.

.count()

Counts all the plugins installed, and outputs the number.

plugins.count()

Example

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

const count = plugins.count()

console.log(count)

// Output
/* 
0
*/

Last updated

Was this helpful?