# @antistatique/ehnv-styleguide

> EHNV Styleguide.

Latest version **1.2.2** (published 2024-01-16) · 0 weekly downloads

## Install

```sh
npm install @antistatique/ehnv-styleguide
pnpm add @antistatique/ehnv-styleguide
yarn add @antistatique/ehnv-styleguide
bun add @antistatique/ehnv-styleguide
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.2 |
| Published | 2024-01-16 |
| First published | 2016-08-29 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 9.8 MB |
| Known vulnerabilities | 0 (+9 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Antistatique |
| Maintainers | yannlugrin, antistatique-dev |

## Links

- npm: https://www.npmjs.com/package/@antistatique/ehnv-styleguide
- Repository: https://github.com/antistatique/ehnv-styleguide
- Homepage: https://github.com/antistatique/ehnv-styleguide#readme
- Issues: https://github.com/antistatique/ehnv-styleguide/issues
- npm.io page: https://npm.io/package/@antistatique/ehnv-styleguide

## Dependencies (5)

- [jquery](https://npm.io/package/jquery.md) ^2.1.4
- [html5shiv](https://npm.io/package/html5shiv.md) ^3.7.3
- [fabricator](https://npm.io/package/fabricator.md) github:fbrctr/fabricator
- [respond.js](https://npm.io/package/respond.js.md) ^1.4.2
- [bootstrap-sass](https://npm.io/package/bootstrap-sass.md) ~3.3.5

## Recent versions

- 1.2.2 (latest) — 2024-01-16
- 1.1.0-beta-2 (beta) — 2018-03-27
- 1.1.2 — 2018-04-16
- 1.1.0 — 2018-04-16
- 1.0.4 — 2018-03-26
- 1.0.3 — 2018-03-14
- 1.0.2 — 2018-02-21
- 1.0.1 — 2017-09-13
- 1.0.0 — 2017-09-13
- 0.0.41 — 2016-09-07
- 0.0.3 — 2016-08-30
- 0.0.2 — 2016-08-30
- 0.0.1 — 2016-08-29

## README

# EHNV - Styleguide
EHNV Styleguide.

## Prerequisites

First of all, you need to have the following tools installed globally on your environment:

  * node v9
  * yarn
  * gulp

## Typography
The fonts `Proxima` is currently served by Typekit's Antistatique account.

Don't forget to include the fonts:


```html
<link rel="stylesheet" href="https://use.typekit.net/xld7vod.css">
```

## Install

  ````shell
  $ yarn install
  $ yarn build 
  ````

## Development

First you have to launch Gulp to watch your files

  ````shell
  $ gulp serve
  ````

## Deploy
The deployment of branch `dev` and `master` is managed yourself and publish on NPM!


### First time

  ````shell
    # You need to create a new realease using git flow
    $ git flow release start 0.0.1
    # Make some last minutes changes and prepare your realease
    $ git flow release finish -p 0.0.1
    # Publish on NPM your last release
    $ npm publish
  ````

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