JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 127336
  • Score
    100M100P100Q159496F
  • License MIT

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

Package Exports

  • get-paths

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (get-paths) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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