# @lime.it/blip-core

> Blip cli basic abstractions and functionalities

Latest version **1.1.2** (published 2020-09-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @lime.it/blip-core
pnpm add @lime.it/blip-core
yarn add @lime.it/blip-core
bun add @lime.it/blip-core
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2020-09-06 |
| First published | 2020-09-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 72.4 KB |
| Known vulnerabilities | 0 (+7 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | gcanossa @lim-e.it |
| Maintainers | gcanossa |
| Keywords | blip, devops, docker, virtualbox, docker-compose, docker-machine |

## Links

- npm: https://www.npmjs.com/package/@lime.it/blip-core
- Repository: https://github.com/lime-it/blip-core
- Homepage: https://github.com/lime-it/blip-core#readme
- Issues: https://github.com/lime-it/blip-core/issues
- npm.io page: https://npm.io/package/@lime.it/blip-core

## Dependencies (8)

- [uuid](https://npm.io/package/uuid.md) ^8.3.0
- [yaml](https://npm.io/package/yaml.md) ^1.10.0
- [execa](https://npm.io/package/execa.md) ^4.0.3
- [fs-extra](https://npm.io/package/fs-extra.md) ^9.0.1
- [selfsigned](https://npm.io/package/selfsigned.md) ^1.10.7
- [simple-git](https://npm.io/package/simple-git.md) ^2.20.1
- [sudo-prompt](https://npm.io/package/sudo-prompt.md) ^9.2.1
- [@oclif/errors](https://npm.io/package/@oclif/errors.md) ^1.3.3

## Recent versions

- 1.1.2 (latest) — 2020-09-06
- 1.1.1 — 2020-09-06
- 1.1.0 — 2020-09-06

## README

@lime.it/blip-core
=============
[![Version](https://img.shields.io/npm/v/@lime.it/blip-core.svg)](https://npmjs.org/package/@lime.it/blip-core)
[![CircleCI](https://circleci.com/gh/lime-it/blip-core/tree/master.svg?style=shield)](https://circleci.com/gh/lime-it/blip-core/tree/master)
[![Downloads/week](https://img.shields.io/npm/dw/@lime.it/blip-core.svg)](https://npmjs.org/package/@lime.it/blip-core)
[![License](https://img.shields.io/npm/l/@lime.it/blip-core.svg)](https://github.com/lime-it/blip-core/blob/master/package.json)

Core abstractions and fuctionalities of blip cli tool

The package contains basi utility classes and types used by the **blip** command and its plugins and extensions.
Every blip plugin (driver or template) must depend on it in order to be able to interact with a blip workspace.

## BlipConf

This class implements basi functions to check, read and store a *blip.yml* file and workspace.

## Docker

This class allows to perform managed docker commands invoking the *docker* cli tool.

## DockerMachine

This class allows to perform managed docker-machine commands invoking the *docker-machine* cli tool.

## Openssl

This class allows to create self signed certificate for TLS.

## EtcHosts

This class allows to manage a local machine *hosts* file.

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