get-paths
v0.0.7
Published
Helper function to get an absolute path for a template engine view
Readme
get-paths
Helper function to get an absolute path for a template engine view
Table of Contents
Install
npm:
npm install get-pathsyarn:
yarn add get-pathsUsage
const getPaths = require('get-paths');
const paths = await getPaths('views', 'home', 'pug');Contributors
| Name | Website | | -------------- | -------------------------- | | Nick Baugh | http://niftylettuce.com/ |
