Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

cultureamp/find-elm-dependencies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find-elm-dependencies

Find elm dependencies of a given entry file.

Installation

$ npm i find-elm-dependencies -S

Usage

var findAllDependencies = require('find-elm-dependencies').findAllDependencies;

findAllDependencies('./path/to/Main.elm')
  .then(function(dependencies) {
    console.log(dependencies);
  });

This was extracted from https://github.com/rtfeldman/node-elm-compiler

About

Find elm dependencies for a given entry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%