# qnorr

> Sometimes quick, is better.

Latest version **0.1.0** (published 2017-04-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install qnorr
pnpm add qnorr
yarn add qnorr
bun add qnorr
```

Provides the command `qnorr`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2017-04-03 |
| First published | 2017-04-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.10.0 |
| Dependencies | 6 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Whitesmith |
| Maintainers | mgontav |
| Keywords | sass, gulp4, whitesmith |

## Links

- npm: https://www.npmjs.com/package/qnorr
- Repository: https://github.com/whitesmith/qnorr
- Homepage: https://whitesmith.github.io/qnorr
- Issues: https://github.com/whitesmith/qnorr/issues
- npm.io page: https://npm.io/package/qnorr

## Dependencies (6)

- [exit](https://npm.io/package/exit.md) ^0.1.2
- [replace](https://npm.io/package/replace.md) ^0.3.0
- [shelljs](https://npm.io/package/shelljs.md) ^0.7.7
- [fs-extra](https://npm.io/package/fs-extra.md) ^2.1.2
- [minimist](https://npm.io/package/minimist.md) ^1.2.0
- [require-all](https://npm.io/package/require-all.md) ^2.2.0

## Recent versions

- 0.1.0 (latest) — 2017-04-03

## README

# Qnorr
It will be a fully modular webstarter kit, for creating & deploying static website/webapps.  
Right now is just a non-modular starter kit, but we'll get there.


### Requirements
1. A computer.
1. Node `>=v6.10.0` and `npm`.

### Installation
```
npm install -g qnorr
```

### Usage
To get started with a new project, just run `qnorr new <project-name>`. A new folder will be created under `project-name` with the default scaffolding and tools ([see below](#features)) for Qnorr, with git init-ed for you as well.

### Documentation
More documentation regarding deployment/usage can be found in the [README.md](blueprints/default/files/README.md) of your newly created project folder.

In future quick overview guides will be created for some specific packages (Templating, CriticalCSS to name a few), in the meantime refer to packages own docs `/shrug`

### Features

| Feature                                      | Summary                                                                                                                                                              |
|----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Responsive boilerplate                       | Inherits all the *good parts* of your also good ol'friend [Sassqit](https://github.com/whitesmith/sassqit) aligned with current Whitesmith Best Practivces |
| HandleBars Templating                        | Using [`Panini`](https://github.com/zurb/panini) from Zurb.|
| Sass Handling                                | Using `LibSass` with `gulp-sass`|
| Performance optimization                     | Minify and concatenate JavaScript, CSS, HTML and images to help keep your pages lean. |
| [Swiper Slider](http://idangero.us/swiper/)  | By iDangerous, if you need to quickly prototype touch related interactions or simply display a nice responsive carousel |
| [EditorConfig](http://editorconfig.org/)     | Uniform spaces and tabs across text editors. Add it to your texteditor, your teammates will like it.|
| Optional critical path CSS                   | run `npm run criticalCSS` after build. It uses [`loadCSS`](https://github.com/filamentgroup/loadCSS) and `cssPreload.js` polyfill from FilamentGroup |
| Page speed Tests                             | Brought to you by google page speed insights. After deployment run `npm run how_fast`, it will use the domain set as homepage in your `package.json` for the test |


### Roadmap
Take Look at Issues & Board tabs.

### Thanks
To all open-source packages listed on `package.json` (we'll put a comprehensive list here soon), [`inuitcss`](https://github.com/inuitcss/inuitcss) for the ongoing css inspiration which is the foundation of this kit, [Google web starter kit](https://github.com/google/web-starter-kit) which inspired the creation of this project and [`ember-cli`](https://github.com/ember-cli/ember-cli) from which a lot is borrowed on how to make the installer work.

---
_Source: https://npm.io/package/qnorr · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
