Skip to content

Commit

Permalink
Merge branch 'master' into feat/option-to-disable-postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed May 4, 2019
2 parents e17a26d + e241b7b commit b4dfa17
Show file tree
Hide file tree
Showing 13 changed files with 125 additions and 76 deletions.
44 changes: 31 additions & 13 deletions README.md
Expand Up @@ -11,16 +11,16 @@
</p>
<br>

[![npm](https://img.shields.io/npm/v/webpack-cli.svg)](https://www.npmjs.com/package/webpack-cli)
[![Build Status](https://travis-ci.org/webpack/webpack-cli.svg)](https://travis-ci.org/webpack/webpack-cli)
[![Build2 Status](https://dev.azure.com/webpack/webpack/_apis/build/status/webpack.webpack-cli)](https://dev.azure.com/webpack/webpack/_build/latest?definitionId=4)
[![npm][npm]][npm-url]
[![Build Status][build-status]][build-status-url]
[![Build2 Status][build-status-azure]][build-status-azure-url]
[![deps][deps]][deps-url]
[![Code Climate](https://codeclimate.com/github/webpack/webpack-cli/badges/gpa.svg)](https://codeclimate.com/github/webpack/webpack-cli)
[![chat on gitter](https://badges.gitter.im/webpack/webpack.svg)](https://gitter.im/webpack/webpack)
[![Install Size](https://packagephobia.now.sh/badge?p=webpack-cli)](https://packagephobia.now.sh/result?p=webpack-cli)
[![npm](https://img.shields.io/npm/dw/webpack-cli.svg)](https://www.npmjs.com/package/webpack-cli)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![GitHub contributors](https://img.shields.io/github/contributors/webpack/webpack-cli.svg)](https://github.com/webpack/webpack-cli/graphs/contributors)
[![Code Climate][maintainability]][maintainability-url]
[![chat on gitter][chat]][chat-url]
[![Install Size][size]][size-url]
[![Downloads][downloads]][downloads-url]
[![lerna][lerna]][lerna-url]
[![GitHub contributors][contributors]][contributors-url]

- [About](#about)
- [How to install](#how-to-install)
Expand Down Expand Up @@ -89,11 +89,29 @@ You can read more about [Scaffolding](https://webpack.js.org/guides/scaffolding)

The webpack family welcomes any contributor, small or big. We are happy to elaborate, guide you through the source code and find issues you might want to work on! To get started have a look at our [documentation on contributing](./.github/CONTRIBUTING.md).

[deps]: https://img.shields.io/david/webpack/webpack.svg
[deps-url]: https://david-dm.org/webpack/webpack-cli

## Open Collective

If you like **webpack**, please consider donating to our [Open Collective](https://opencollective.com/webpack) to help us maintain it.

We show this message in the terminal once a week, if you want you can disable it by setting the environment variable `DISABLE_OPENCOLLECTIVE=true` or `CI=true`.
We show this message in the terminal once a week, if you want you can disable it by setting the environment variable `DISABLE_OPENCOLLECTIVE=true` or `CI=true`.

[build-status]: https://travis-ci.org/webpack/webpack-cli.svg
[build-status-url]: https://travis-ci.org/webpack/webpack-cli
[build-status-azure]: https://dev.azure.com/webpack/webpack/_apis/build/status/webpack.webpack-cli
[build-status-azure-url]: https://dev.azure.com/webpack/webpack/_build/latest?definitionId=4
[chat]: https://badges.gitter.im/webpack/webpack.svg
[chat-url]: https://gitter.im/webpack/webpack
[contributors]: https://img.shields.io/github/contributors/webpack/webpack-cli.svg
[contributors-url]: https://github.com/webpack/webpack-cli/graphs/contributors
[deps]: https://img.shields.io/david/webpack/webpack.svg
[deps-url]: https://david-dm.org/webpack/webpack-cli
[downloads]: https://img.shields.io/npm/dw/webpack-cli.svg
[downloads-url]: https://www.npmjs.com/package/webpack-cli
[lerna]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
[lerna-url]: http://www.lernajs.io/
[npm]: https://img.shields.io/npm/v/webpack-cli.svg
[npm-url]: https://www.npmjs.com/package/webpack-cli
[maintainability]: https://codeclimate.com/github/webpack/webpack-cli/badges/gpa.svg
[maintainability-url]: https://codeclimate.com/github/webpack/webpack-cli
[size]: https://packagephobia.now.sh/badge?p=webpack-cli
[size-url]: https://packagephobia.now.sh/result?p=webpack-cli
5 changes: 4 additions & 1 deletion packages/add/README.md
@@ -1,6 +1,6 @@
# webpack-cli add

[![npm](https://img.shields.io/npm/dm/@webpack-cli/add.svg)](https://www.npmjs.com/package/@webpack-cli/add)
[![NPM downloads][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -34,3 +34,6 @@ add();
```bash
npx webpack-cli add
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/add.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/add
5 changes: 4 additions & 1 deletion packages/generate-loader/README.md
@@ -1,6 +1,6 @@
# webpack-cli generate-loader

[![npm](https://img.shields.io/npm/dm/@webpack-cli/generate-loader.svg)](https://www.npmjs.com/package/@webpack-cli/generate-loader)
[![NPM Downloads][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -28,3 +28,6 @@ generateLoader();
```bash
npx webpack-cli generate-loader
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/generate-loader.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/generate-loader
5 changes: 4 additions & 1 deletion packages/generate-plugin/README.md
@@ -1,6 +1,6 @@
# webpack-cli generate-plugin

[![npm](https://img.shields.io/npm/dm/@webpack-cli/generate-plugin.svg)](https://www.npmjs.com/package/@webpack-cli/generate-plugin)
[![NPM Downloads][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -28,3 +28,6 @@ generatePlugin();
```bash
npx webpack-cli generate-plugin
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/generate-plugin.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/generate-plugin
5 changes: 4 additions & 1 deletion packages/generators/README.md
@@ -1,6 +1,6 @@
# webpack-cli generators

[![npm](https://img.shields.io/npm/dm/@webpack-cli/generators.svg)](https://www.npmjs.com/package/@webpack-cli/generators)
[![NPM Downloads][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -44,3 +44,6 @@ const {
---

[Back to Packages](https://github.com/webpack/webpack-cli/tree/master/packages)

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/generators.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/generators
5 changes: 4 additions & 1 deletion packages/info/README.md
@@ -1,6 +1,6 @@
# webpack-cli info

[![npm](https://img.shields.io/npm/dm/@webpack-cli/info.svg)](https://www.npmjs.com/package/@webpack-cli/info)
[![NPM Downloads][downloads]][downloads-url]

## Description

Expand All @@ -26,3 +26,6 @@ envinfo();
```bash
npx webpack-cli info
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/info.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/info
5 changes: 4 additions & 1 deletion packages/init/README.md
@@ -1,6 +1,6 @@
# webpack-cli init

[![npm](https://img.shields.io/npm/dm/@webpack-cli/init.svg)](https://www.npmjs.com/package/@webpack-cli/init)
[![NPM Downloads][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -49,3 +49,6 @@ npx webpack-cli init webpack-scaffold-[name]
```bash
npx webpack-cli init [path]
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/init.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/init
5 changes: 4 additions & 1 deletion packages/migrate/README.md
@@ -1,6 +1,6 @@
# webpack-cli migrate

[![npm](https://img.shields.io/npm/dm/@webpack-cli/migrate.svg)](https://www.npmjs.com/package/@webpack-cli/migrate)
[![npm][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -30,3 +30,6 @@ migrate(null, null, inputPath, outputPath);
```bash
npx webpack-cli migrate
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/migrate.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/migrate
5 changes: 4 additions & 1 deletion packages/remove/README.md
@@ -1,6 +1,6 @@
# webpack-cli remove

[![npm](https://img.shields.io/npm/dm/@webpack-cli/remove.svg)](https://www.npmjs.com/package/@webpack-cli/remove)
[![NPM Downloads][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -28,3 +28,6 @@ remove();
```bash
npx webpack-cli remove
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/remove.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/remove
5 changes: 4 additions & 1 deletion packages/serve/README.md
@@ -1,6 +1,6 @@
# webpack-cli serve

[![npm](https://img.shields.io/npm/dm/@webpack-cli/serve.svg)](https://www.npmjs.com/package/@webpack-cli/serve)
[![NPM Downloads][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -28,3 +28,6 @@ serve();
```bash
npx webpack-cli serve
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/serve.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/serve
5 changes: 4 additions & 1 deletion packages/update/README.md
@@ -1,6 +1,6 @@
# webpack-cli update

[![npm](https://img.shields.io/npm/dm/@webpack-cli/update.svg)](https://www.npmjs.com/package/@webpack-cli/update)
[![NPM Downloads][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -28,3 +28,6 @@ update();
```bash
npx webpack-cli update
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/update.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/update
5 changes: 4 additions & 1 deletion packages/utils/README.md
@@ -1,6 +1,6 @@
# webpack-cli utils (WIP, not yet published)

[![npm](https://img.shields.io/npm/dm/@webpack-cli/utils.svg)](https://www.npmjs.com/package/@webpack-cli/utils)
[![NPM Downloads][downloads]][downloads-url]

## Description

Expand Down Expand Up @@ -30,3 +30,6 @@ npm i -D webpack-cli @webpack-cli/utils
const utils = require("@webpack-cli/utils");
// API yet to be exposed
```

[downloads]: https://img.shields.io/npm/dm/@webpack-cli/utils.svg
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/utils

0 comments on commit b4dfa17

Please sign in to comment.