Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielrohers/quickness
- Owner: danielrohers
- License: mit
- Created: 2017-02-07T11:12:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T02:04:18.000Z (over 7 years ago)
- Last Synced: 2024-11-19T17:21:24.598Z (about 2 months ago)
- Topics: bootstrap, generator, gulp, image, minify, node, pug, quickstart, stylus, uglify
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/quickness
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)