Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# publishimo-webpack-plugin

License Sponsor publishimo-webpack-plugin
Build status Commits since v4.0.0 Last commit Issues
Latest version on npm Dependents Downloads

**Webpack plugin that creates a publishimo-enhanced package.json in the output folder.**

## Installation

publishimo-webpack-plugin on npm

```bash
npm install --save publishimo-webpack-plugin@^4.0.0
```

publishimo-webpack-plugin on Yarn

```bash
yarn add publishimo-webpack-plugin@^4.0.0
```

@jaid/publishimo-webpack-plugin on GitHub Packages
(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)