npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jade-graph

0.4.0

@samccone

npmRepoSnykSocket
Downloads:11
$ npm install jade-graph
DailyWeeklyMonthlyYearly

jade graph

Build Status

a jade asset graph generator

current status

  • detects single includes and nested includes

how to use

  jadeGraph = require('jade-graph');
  paths     = jadeGraph.getDependencies(<file path>);

  console.log(paths);