An open API service indexing awesome lists of open source software.

https://github.com/bennycode/generator-toe-template


https://github.com/bennycode/generator-toe-template

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# generator-toe-template

[![Build Status](https://secure.travis-ci.org/bennyn/generator-toe-template.png?branch=master)](https://travis-ci.org/bennyn/generator-toe-template)

## Initialize project

```bash
npm install
grunt
```

## Start development environment

```bash
grunt dev
```

## Run test suite

```bash
grunt test
```

## Build release version

```bash
grunt dist
```