# bkss

> Template for kss-node.

Latest version **0.3.0** (published 2016-02-19) · ISC license · 0 weekly downloads

## Install

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

## 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.3.0 |
| Published | 2016-02-19 |
| First published | 2016-02-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Fabian Trinler |
| Maintainers | futurekind |
| Keywords | kss, kss-node, template |

## Links

- npm: https://www.npmjs.com/package/bkss
- Repository: https://github.com/blateral/bkss
- Issues: https://github.com/blateral/bkss/issues
- npm.io page: https://npm.io/package/bkss

## Recent versions

- 0.3.0 (latest) — 2016-02-19
- 0.2.0 — 2016-02-19

## README

# bkss - A Template for kss-node
Use the template files located in `dist/template`. For more details on kss-node, check out [github.com/kss-node](https://github.com/kss-node/kss-node)

## Installation via NPM
`npm install --save-dev bkss`

## Settings
You can override some of the template's default settings by providing a json file with the config object.


```json
{
    "source": "src/css",
    "destination": "dist/docs",
    "template": "node_modules/bkss/dist/template",
    "css": [
        "path/to/some-3rd-party.css", "http://some-fancy-webfonts.com/comic-serif-sans"
    ],
    "js": [
        "some-3rd-party-lib", "http://lolcdn.corn/jquerybootstrapmoottols.js"
    ],
    "title": "My awesome project"
}
```

## Using the CLI for KSS
[Here you can find more information about this topic](https://github.com/kss-node/kss-node#using-the-command-line-tool).

Let's say that you have your own configuration file `my-custom-bkss-config.json` located in your project's root directory.

Run this from the command line:<br>
```bash
kss --config my-custom-bkss-config.json
```
**Note**: This example assumes, that you have installed kss-node as a global dependency.

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