-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7842541
commit f8f0c57
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 !! |