# expand-home-dir

> Expand ~/

Latest version **0.0.3** (published 2016-03-23) · BSD license · 0 weekly downloads

## Install

```sh
npm install expand-home-dir
pnpm add expand-home-dir
yarn add expand-home-dir
bun add expand-home-dir
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2016-03-23 |
| First published | 2014-03-11 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | azer |
| Maintainers | nj48 |
| Keywords | home, expand, directory, normalize, homedir, directory |

## Links

- npm: https://www.npmjs.com/package/expand-home-dir
- Repository: https://github.com/n-johnson/expand-home-dir
- Homepage: https://github.com/n-johnson/expand-home-dir#readme
- Issues: https://github.com/n-johnson/expand-home-dir/issues
- npm.io page: https://npm.io/package/expand-home-dir

## Recent versions

- 0.0.3 (latest) — 2016-03-23
- 2.0.0 — 2016-03-22
- 0.0.2 — 2014-03-11
- 0.0.1 — 2014-03-11
- 0.0.0 — 2014-03-11

## README

## expand-home-dir

Expand ~/

```js
expandHomeDir = require('expand-home-dir')

expandHomeDir('~')
// => /Users/azer

expandHomeDir('~/foo/bar/qux.corge')
// => /Users/azer/foo/bar/qux.corge
```

## Install

```bash
$ npm install expand-home-dir
```

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