npx nx add @nx/plugin
npx nx g plugin tools/nx-terraformNote: when using plugins locally for inferring tasks, nx, must be able to resolve the plugin without having the plugin built. Therefore some logic is applied by nx to detect the file that exposes the plugin. nrwl/nx#29222