https://github.com/jaid/pkg-banner-webpack-plugin
Webpack plugin that prepends output with a license comment based on package.json values.
https://github.com/jaid/pkg-banner-webpack-plugin
automation banner comment license package package-json pkg util utility webpack webpack-plugin
Last synced: about 2 months ago
JSON representation
Webpack plugin that prepends output with a license comment based on package.json values.
- Host: GitHub
- URL: https://github.com/jaid/pkg-banner-webpack-plugin
- Owner: Jaid
- License: mit
- Created: 2019-12-18T22:31:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T04:38:21.000Z (over 3 years ago)
- Last Synced: 2025-05-03T10:52:27.491Z (about 1 year ago)
- Topics: automation, banner, comment, license, package, package-json, pkg, util, utility, webpack, webpack-plugin
- Language: JavaScript
- Homepage: https://github.com/Jaid/pkg-banner-webpack-plugin
- Size: 5.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# pkg-banner-webpack-plugin
**Webpack plugin that prepends output with a license comment based on package.json values.**
## Installation
```bash
npm install --save-dev pkg-banner-webpack-plugin@^1.3.0
```
```bash
yarn add --dev pkg-banner-webpack-plugin@^1.3.0
```
## Development
Development hints for maintaining and improving pkg-banner-webpack-plugin
Setting up:
```bash
git clone git@github.com:jaid/pkg-banner-webpack-plugin.git
cd pkg-banner-webpack-plugin
npm install
```
Testing in production environment:
```bash
npm run test
```
## License
[MIT License](https://raw.githubusercontent.com/jaid/pkg-banner-webpack-plugin/master/license.txt)
Copyright © 2021, Jaid \ (https://github.com/jaid)