Files
js13kgames-template/README.md
Indrajith K L 58de0c7390 Adds instructions 📚
2018-08-12 02:56:07 +05:30

24 lines
751 B
Markdown

# js13kgames-template
A barebone template aimed for [js13kgames](js13kgames.com)
## This template includes
* [Kontra](https://github.com/straker/kontra)
* [TinyMusic](https://github.com/kevincennis/TinyMusic)
## Features
Integrated gulp build process for :
* Copying libs under node_modules folder to an distributable folder.
* Minification
* Final Zip file Compression
* Shows final zip file size.
## Usage
```bash
npm start # for development
```
```bash
npm release # for minification+zip (final output will be available on ./dist/archive.zip)
```
## Support me
[<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />](https://ko-fi.com/R6R36EBQ)