Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Mar 23, 2019
1 parent 7842541 commit f8f0c57
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
# webpack-scaffold-starter
<p align="center">
<img alt="webpack logo" src="https://raw.githubusercontent.com/webpack/media/master/logo/icon-square-big.png" width="50px" />
</p>

<h1 align="center">webpack-scaffold-starter</h1>

<p align="center">
<a href="https://www.npmjs.com/package/webpack-scaffold-starter">
<img src="https://badge.fury.io/js/webpack-scaffold-starter.svg" alt="npm version" />
</a>
<a href="https://www.npmjs.com/package/webpack-scaffold-starter">
<img src="https://img.shields.io/npm/dt/webpack-scaffold-starter.svg" alt="npm downloads" />
</a>
</p>
Kickstart creating your own webpack scaffold

# Installation
## Installation
```bash
$ npm install -g webpack-scaffold-starter
```

# Usage
## Usage
Create an empty folder, `cd` into it and run following commands
```bash
$ git init # optional
$ webpack-scaffold
```
Have fun creating your own webpack-scaffold !!

0 comments on commit f8f0c57

Please sign in to comment.