# short-interval-control-archetype-lib-component

> This library is 1/2 of of the lib-component archetype. The second half of the prototype is the [lib-component-dev](https://gitlab.com/short-interval-control/short-interval-control-archetype-lib-component-dev) module

Latest version **1.3.3** (published 2021-01-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install short-interval-control-archetype-lib-component
pnpm add short-interval-control-archetype-lib-component
yarn add short-interval-control-archetype-lib-component
bun add short-interval-control-archetype-lib-component
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.3 |
| Published | 2021-01-06 |
| First published | 2019-06-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | bayeslife@gmail.com |
| Maintainers | philxceptionale |

## Links

- npm: https://www.npmjs.com/package/short-interval-control-archetype-lib-component
- npm.io page: https://npm.io/package/short-interval-control-archetype-lib-component

## Recent versions

- 1.3.3 (latest) — 2021-01-06
- 1.3.1 — 2020-09-27
- 1.3.0 — 2020-09-27
- 1.2.0 — 2020-09-18
- 1.1.3 — 2020-07-30
- 1.1.2 — 2020-03-07
- 1.1.1 — 2020-03-07
- 1.1.0 — 2020-03-07
- 1.0.5 — 2019-07-15
- 1.0.4 — 2019-07-08
- 1.0.3 — 2019-06-20
- 1.0.1 — 2019-06-13

## README

#  lib component archetype

This library is 1/2 of of the lib-component archetype.
The second half of the prototype is the [lib-component-dev](https://gitlab.com/short-interval-control/short-interval-control-archetype-lib-component-dev) module

To find out more about archetypes see [here](https://gitlab.com/short-interval-control/archetype)

## To install

```npm install short-interval-control-archetype-lib-component short-interval-control-archetype-lib-component-dev```

## To use


You can then define scripts which call out to any of the scripts in this module.
For example:

````
 "scripts": {
    "start": "builder run archetype:lint && builder run archetype:build && builder run archetype:test",
    "test": "builder run archetype:test",
    "build": "builder run archetype:build",
    "lint": "builder run archetype:lint",
  },
  ```

---
_Source: https://npm.io/package/short-interval-control-archetype-lib-component · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
