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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T02:04:18.000Z (almost 8 years ago)
- Last Synced: 2025-03-14T11:46:33.661Z (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: 1
- 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.
[](https://badge.fury.io/js/quickness)
[](https://www.npmjs.com/package/quickness)
[](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)