# hangar-alpha

> Share frontend assets between different web repositories

Latest version **0.1.41** (published 2021-10-12) · 0 weekly downloads

## Install

```sh
npm install hangar-alpha
pnpm add hangar-alpha
yarn add hangar-alpha
bun add hangar-alpha
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.1.41 |
| Published | 2021-10-12 |
| First published | 2017-07-12 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 0 |
| Unpacked size | 9.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | juanra-carto, cartodb, dgaubert, alasarr, albertoag, victor.velarde, rtorre, shylpx, jaragon, csubira, josmorsot |

## Links

- npm: https://www.npmjs.com/package/hangar-alpha
- Repository: https://github.com/CartoDB/hangar-alpha
- Homepage: https://github.com/CartoDB/hangar-alpha#readme
- Issues: https://github.com/CartoDB/hangar-alpha/issues
- npm.io page: https://npm.io/package/hangar-alpha

## Recent versions

- 0.1.41 (latest) — 2021-10-12
- 0.1.38-58 (next) — 2020-04-06
- 0.1.39 — 2021-10-12
- 0.1.38 — 2020-06-12
- 0.1.38-57 — 2020-01-31
- 0.1.38-56 — 2020-01-28
- 0.1.38-55 — 2020-01-22
- 0.1.38-54 — 2020-01-22
- 0.1.38-53 — 2019-11-05
- 0.1.38-52 — 2019-11-05
- 0.1.38-51 — 2019-09-27
- 0.1.38-50 — 2019-09-23
- 0.1.38-49 — 2019-07-25
- 0.1.38-48 — 2019-07-25
- 0.1.38-47 — 2019-06-12
- … 108 more at https://npm.io/package/hangar-alpha/versions

## README

# hangar-alpha

Share frontend assets between different web repositories

## Development

The workflow for development will be usually this:

* Run `grunt dev` in one tab to see the styleguide html view working, which is open by default.
* Run `grunt test` in another tab to run the tests. This uses karma underneath.

For more details, take a look to the `Grunfile` to see all tasks available.

## Release

In order to release a new version of Hangar, from master branch run:

```
npm run release
```

This will make a new build, publish the new version to github pages and then launch the interactive UI that guides you through publishing a new version to npm and unpkg:

![hangar-release](https://user-images.githubusercontent.com/1366843/36023755-d37be730-0d8d-11e8-8e35-8c5abc460c4d.png)

## CDN

As we already published hangar to npm, unpkg.com is the best choice, and the good thing is, we don't need to do anything to version the assets:

* https://unpkg.com/hangar-alpha@0.1.22/dist/js/hangaralpha.js
* https://unpkg.com/hangar-alpha@0.1.22/dist/css/hangaralpha.css

Use @latest as latest version.

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