Skip to content

Commit

Permalink
docs: add icon and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Oct 29, 2018
1 parent b748897 commit 9a1cead
Show file tree
Hide file tree
Showing 3 changed files with 1,165 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
[size]: https://packagephobia.now.sh/badge?p=webpack-nano
[size-url]: https://packagephobia.now.sh/result?p=webpack-nano

[![tests][tests]][tests-url]
[![cover][cover]][cover-url]
[![size][size]][size-url]
<div align="center">
<img width="256" src="assets/nano.svg" alt="webpack-nano"><br/><br/>
</div>

# webpack-nano
# webpack-nano [![tests][tests]][tests-url] [![cover][cover]][cover-url] [![size][size]][size-url]

A teensy, squeaky 🐤 clean Webpack CLI

`webpack-nano` operates on the assumption and premise that all options for configuring a webpack build are set via a [config file](https://webpack.js.org/configuration/). It offers minimal command line options for modifying a build.
`webpack-nano` operates on the premise that all options for configuring a webpack build are set via a [config file](https://webpack.js.org/configuration/).

## Install

Expand All @@ -36,9 +36,9 @@ npm install webpack-nano --save-dev
## Benefits

- Holy bananas 🍌 it's itsy bitsy
- It does one thing: tells webpack to build a config
- OK, so two things: can also [watch for changes](https://webpack.js.org/configuration/watch/) in build files
- Doesn't hit you over the head with an avalanche of flags and options
- It does one thing: tells webpack to start a build
- And can tell webpack to [watch for changes](https://webpack.js.org/configuration/watch/) in build files (So that's two things)
- ~90% smaller than webpack-cli and webpack-command

## Usage
Expand Down
Loading

0 comments on commit 9a1cead

Please sign in to comment.