Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaid/publishimo-webpack-plugin
Webpack plugin that creates a publishimo-enhanced package.json in the output folder.
https://github.com/jaid/publishimo-webpack-plugin
compilation compiler compress generator minify npm optimize output package package-json pkg publishimo webpack webpack-minify webpack-optimize webpack-plugin
Last synced: about 2 months ago
JSON representation
Webpack plugin that creates a publishimo-enhanced package.json in the output folder.
- Host: GitHub
- URL: https://github.com/jaid/publishimo-webpack-plugin
- Owner: Jaid
- License: mit
- Created: 2019-01-18T00:09:50.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T16:04:46.000Z (almost 2 years ago)
- Last Synced: 2024-12-03T10:47:52.614Z (2 months ago)
- Topics: compilation, compiler, compress, generator, minify, npm, optimize, output, package, package-json, pkg, publishimo, webpack, webpack-minify, webpack-optimize, webpack-plugin
- Language: JavaScript
- Homepage: https://github.com/Jaid/publishimo-webpack-plugin
- Size: 6.57 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# publishimo-webpack-plugin
**Webpack plugin that creates a publishimo-enhanced package.json in the output folder.**
## Installation
```bash
npm install --save publishimo-webpack-plugin@^4.0.0
``````bash
yarn add publishimo-webpack-plugin@^4.0.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 @jaid/publishimo-webpack-plugin@^4.0.0
```## Development
Setting up:
```bash
git clone [email protected]:jaid/publishimo-webpack-plugin.git
cd publishimo-webpack-plugin
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```## License
[MIT License](https://raw.githubusercontent.com/jaid/publishimo-webpack-plugin/master/license.txt)
Copyright © 2021, Jaid \ (https://github.com/jaid)