{"library":"rollup-plugin-add-git-msg","title":"rollup-plugin-add-git-msg","description":"Rollup plugin that prepends a banner comment with GIT_TAG and COMMITHASH from the last git commit or tag, along with the repo name, copyright, and compilation date. Current published version is 1.1.0 with no recent updates; appears to be in maintenance mode. Key differentiator: simple, zero-config plugin for adding standard git-based versioning banners to Rollup bundles. Alternatives like rollup-plugin-banner or manual inject plugins offer more flexibility but require more setup.","language":"javascript","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-add-git-msg"],"cli":null},"imports":["import addGitMsg from 'rollup-plugin-add-git-msg';","const addGitMsg = require('rollup-plugin-add-git-msg').default;","import addGitMsg from 'rollup-plugin-add-git-msg';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import addGitMsg from 'rollup-plugin-add-git-msg';\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    file: 'dist/bundle.js',\n    format: 'iife'\n  },\n  plugins: [\n    addGitMsg({\n      copyright: 'MyCompany',\n      showDate: true,\n      showTag: true,\n      showCommitID: true\n    })\n  ]\n};","lang":"javascript","description":"Shows how to import and configure the plugin in a Rollup config file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}