# 🏟 Plugins
The 🐊Putout repo is comprised of many npm packages. It is a lerna (opens new window) monorepo similar to babel (opens new window). It has a lot plugins divided by groups:
# Appliers
# Splitters
Package | Version |
---|---|
@putout/plugin-split-variable-declarations | (opens new window) |
@putout/plugin-split-nested-destructuring | (opens new window) |
# Mergers
Package | Version |
---|---|
@putout/plugin-merge-destructuring-properties | (opens new window) |
@putout/plugin-merge-duplicate-imports | (opens new window) |
@putout/plugin-merge-if-statements | (opens new window) |
# Converters
# Removers
# Simplifiers
Package | Version |
---|---|
@putout/plugin-simplify-assignment | (opens new window) |
@putout/plugin-simplify-logical-expressions | (opens new window) |
@putout/plugin-simplify-ternary | (opens new window) |
# Not bundled
Next packages not bundled with 🐊Putout but can be installed separately.