Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T04:38:21.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T20:52:14.441Z (25 days 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: 3
- 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 [email protected]: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)