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

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