📚 Updates readme

This commit is contained in:
Indrajith K L
2018-08-12 18:00:59 +05:30
parent 0193315dd5
commit 6204b26f6d

View File

@@ -3,10 +3,11 @@ A barebone template aimed for [js13kgames](js13kgames.com)
## This template includes ## This template includes
* [Kontra](https://github.com/straker/kontra) * [Kontra](https://github.com/straker/kontra)
* [TinyMusic](https://github.com/kevincennis/TinyMusic) * [TinyMusic](https://github.com/kevincennis/TinyMusic)
* [jsfxr](https://github.com/mneubrand/jsfxr)
## Features ## Features
Integrated gulp build process for : Integrated gulp build process for :
* Copying libs under node_modules folder to an distributable folder. * ES6 Support
* Minification * Minification
* Final Zip file Compression * Final Zip file Compression
* Shows final zip file size. * Shows final zip file size.
@@ -14,7 +15,7 @@ Integrated gulp build process for :
## Usage ## Usage
```bash ```bash
npm start # for development live reloading server npm start # for development - live reloading server
``` ```
```bash ```bash
npm release # for minification+zip (final output will be available on ./dist/archive.zip) npm release # for minification+zip (final output will be available on ./dist/archive.zip)