# get-paths

> Helper function to get an absolute path for a template engine view

Latest version **0.0.7** (published 2019-09-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install get-paths
pnpm add get-paths
yarn add get-paths
bun add get-paths
```

## 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.7 |
| Published | 2019-09-06 |
| First published | 2017-09-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.4 |
| Dependencies | 1 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Nick Baugh |
| Maintainers | niftylettuce |
| Keywords | get-paths, lass |

## Links

- npm: https://www.npmjs.com/package/get-paths
- Repository: https://github.com/niftylettuce/get-paths
- Issues: https://github.com/niftylettuce/get-paths/issues
- npm.io page: https://npm.io/package/get-paths

## Dependencies (1)

- [pify](https://npm.io/package/pify.md) ^4.0.1

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 0.0.7 (latest) — 2019-09-06
- 0.0.6 — 2019-09-06
- 0.0.5 — 2019-09-06
- 0.0.4 — 2018-08-22
- 0.0.2 — 2017-10-02
- 0.0.1 — 2017-09-22

## README

# get-paths

[![build status](https://img.shields.io/travis/niftylettuce/get-paths.svg)](https://travis-ci.org/niftylettuce/get-paths)
[![code coverage](https://img.shields.io/codecov/c/github/niftylettuce/get-paths.svg)](https://codecov.io/gh/niftylettuce/get-paths)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/niftylettuce/get-paths.svg)](LICENSE)

> Helper function to get an absolute path for a template engine view


## Table of Contents

* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)


## Install

[npm][]:

```sh
npm install get-paths
```

[yarn][]:

```sh
yarn add get-paths
```


## Usage

```js
const getPaths = require('get-paths');

const paths = await getPaths('views', 'home', 'pug');
```


## Contributors

| Name           | Website                    |
| -------------- | -------------------------- |
| **Nick Baugh** | <http://niftylettuce.com/> |


## License

[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)


## 

[npm]: https://www.npmjs.com/

[yarn]: https://yarnpkg.com/

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