# @sidekick/common

> helpers shared by the releasable artefacts we ship - cli and main.

Latest version **3.3.9** (published 2016-12-01) · AGPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @sidekick/common
pnpm add @sidekick/common
yarn add @sidekick/common
bun add @sidekick/common
```

## 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 | 3.3.9 |
| Published | 2016-12-01 |
| First published | 2016-03-17 |
| Weekly downloads | 0 |
| License | AGPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Known vulnerabilities | 0 (+32 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | rishson, sidekick, timruffles |

## Links

- npm: https://www.npmjs.com/package/@sidekick/common
- Repository: https://github.com/sidekickcode/common
- Homepage: https://github.com/sidekickcode/common#readme
- Issues: https://github.com/sidekickcode/common/issues
- npm.io page: https://npm.io/package/@sidekick/common

## Dependencies (9)

- [uuid](https://npm.io/package/uuid.md) ~2.0.1
- [axios](https://npm.io/package/axios.md) ~0.9.1
- [debug](https://npm.io/package/debug.md) ^2.2.0
- [lodash](https://npm.io/package/lodash.md) ~3.10.1
- [bluebird](https://npm.io/package/bluebird.md) ~2.9.14
- [fs-extra](https://npm.io/package/fs-extra.md) ^0.26.7
- [jsonschema](https://npm.io/package/jsonschema.md) ^1.1.0
- [gitignore-parser](https://npm.io/package/gitignore-parser.md) 0.0.2
- [strip-json-comments](https://npm.io/package/strip-json-comments.md) ~2.0.1

## Recent versions

- 3.3.9 (latest) — 2016-12-01
- 3.3.8 — 2016-07-22
- 3.3.7 — 2016-07-14
- 3.3.6 — 2016-07-13
- 3.3.5 — 2016-07-01
- 3.3.4 — 2016-06-25
- 3.3.3 — 2016-06-23
- 3.3.2 — 2016-06-22
- 3.3.1 — 2016-04-14
- 3.3.0 — 2016-04-13
- 3.2.2 — 2016-04-08
- 3.2.1 — 2016-03-27
- 3.2.0 — 2016-03-23
- 2.0.6 — 2016-03-22
- 2.0.5 — 2016-03-22
- … 5 more at https://npm.io/package/@sidekick/common/versions

## README

# Common

[![Build Status](https://travis-ci.org/sidekickcode/common.svg?branch=master)](https://travis-ci.org/sidekickcode/common)

@sidekick/common are helpers shared by the releasable artefacts we ship - cli and main.

## Subpackages

```sh
log
os
persistentConfig
repoConfig
tracking
universal
```

## Installation

```sh
npm install --save @sidekick/common
```

## Usage

```sh
var os = require("@sidekick/common/os");
os.getTempDir();
```

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