Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaid/html-favicon-webpack-plugin
Webpack plugin that adds a favicon link tag to html-webpack-plugin output.
https://github.com/jaid/html-favicon-webpack-plugin
app favicon html html-webpack-plugin html-webpack-plugin-plugin lib library util utility webapp webpack webpack-plugin
Last synced: 16 days ago
JSON representation
Webpack plugin that adds a favicon link tag to html-webpack-plugin output.
- Host: GitHub
- URL: https://github.com/jaid/html-favicon-webpack-plugin
- Owner: Jaid
- License: mit
- Created: 2019-12-21T04:09:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T18:17:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T11:12:16.829Z (about 1 month ago)
- Topics: app, favicon, html, html-webpack-plugin, html-webpack-plugin-plugin, lib, library, util, utility, webapp, webpack, webpack-plugin
- Language: JavaScript
- Homepage: https://github.com/Jaid/html-favicon-webpack-plugin
- Size: 2.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# html-favicon-webpack-plugin
**Webpack plugin that adds a favicon link tag to html-webpack-plugin output.**
## Installation
```bash
npm install --save-dev html-favicon-webpack-plugin@^1.1.0
``````bash
yarn add --dev html-favicon-webpack-plugin@^1.1.0
```
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))```bash
npm install --save-dev @jaid/html-favicon-webpack-plugin@^1.1.0
```## Development
Setting up:
```bash
git clone [email protected]:jaid/html-favicon-webpack-plugin.git
cd html-favicon-webpack-plugin
npm install
```
Testing in production environment:
```bash
npm run test
```## License
[MIT License](https://raw.githubusercontent.com/jaid/html-favicon-webpack-plugin/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)