JSPM

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

Wrapper around atom-linguist

Package Exports

  • hack-linguist

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 (hack-linguist) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Hack-linguist

Simple wrapper on top of atom-linguist

The only difference is that hack-linguist is used to loop through a project dir and find all major programming languages.

Installation

soon

How to

var url = "C:\\your-dir\\another-dir";
var linguist = require("hack-linguist");
var languages = linguist.detect(url);

Todo

Only return major programming languages