Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielrohers/quickness

Quickness application generator
https://github.com/danielrohers/quickness

bootstrap generator gulp image minify node pug quickstart stylus uglify

Last synced: about 2 months ago
JSON representation

Quickness application generator

Awesome Lists containing this project

README

        

# quickness

[Quickness](https://github.com/danielrohers/quickness-bootstrap) application generator.

[![npm version](https://img.shields.io/npm/v/quickness.svg)](https://badge.fury.io/js/quickness)
[![npm download](https://img.shields.io/npm/dt/quickness.svg)](https://www.npmjs.com/package/quickness)
[![Build Status](https://img.shields.io/travis/danielrohers/quickness.svg?style=flat)](https://travis-ci.org/danielrohers/quickness)

## Quick Start

The quickest way to get started with quickness is to utilize the executable `quickness(1)` to generate an application as shown below:

**Create the app:**
```bash
$ npm install -g quickness
$ quickness foo && cd foo
```

**Install dependencies:**
```bash
$ npm install
```
or
```bash
$ yarn
```

**Development:**
```bash
$ npm start
```

**Compile files:**

```bash
$ npm run deploy
```
or
```bash
$ gulp dist
```

### [License (MIT)](LICENSE)