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

https://github.com/simbo/slush-simbo

A Slush generator for web projects.
https://github.com/simbo/slush-simbo

Last synced: 12 months ago
JSON representation

A Slush generator for web projects.

Awesome Lists containing this project

README

          

slush-simbo
===========

[![npm Package Version](https://img.shields.io/npm/v/slush-simbo.svg?style=flat-square)](https://www.npmjs.com/package/slush-simbo)
[![MIT License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://simbo.mit-license.org/)
[![Dependencies Status](https://img.shields.io/david/simbo/slush-simbo.svg?style=flat-square)](https://david-dm.org/simbo/slush-simbo)
[![devDependencies Status](https://img.shields.io/david/dev/simbo/slush-simbo.svg?style=flat-square)](https://david-dm.org/simbo/slush-simbo#info=devDependencies)
[![Travis Build Status](https://img.shields.io/travis/simbo/slush-simbo/master.svg?style=flat-square)](https://travis-ci.org/simbo/slush-simbo)

> A Slush generator for web projects.

# WORK IN PROGRESS

### Usage

``` sh
# install slush and the generator
npm install -g slush slush-simbo

# create a project directory and enter
mkdir my-project
cd my-project

# start the generator
slush simbo
```