DevYK 8466310f0c update README.md 3 years ago
..
test 8466310f0c update README.md 3 years ago
.editorconfig 8466310f0c update README.md 3 years ago
.gitattributes 8466310f0c update README.md 3 years ago
.lib.eslintrc 8466310f0c update README.md 3 years ago
.remarkignore 8466310f0c update README.md 3 years ago
.travis.yml 8466310f0c update README.md 3 years ago
LICENSE 8466310f0c update README.md 3 years ago
README.md 8466310f0c update README.md 3 years ago
index.js 8466310f0c update README.md 3 years ago
package.json 8466310f0c update README.md 3 years ago

README.md

get-paths

build status code coverage code style styled with prettier made with lass license

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

Table of Contents

Install

npm:

npm install get-paths

yarn:

yarn add get-paths

Usage

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

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

Contributors

Name Website
Nick Baugh http://niftylettuce.com/

License

MIT © Nick Baugh