# Introducing codesweets
[![Build Status](https://travis-ci.org/codesweets/codesweets.svg?branch=master)](https://travis-ci.org/codesweets/codesweets)

Tool for packaging code sweet tasks.

# Installation
```
npm install --save-dev codesweets
```

# Building
```
npm install
npm run build
npm test
```
