leodutra / search-licenses

Search for license information inside textual files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

search-licenses

Search for license information inside textual files

Running

  1. clone the project
  2. npm i inside of it
  3. npm link inside of it
  4. search-licenses '**/*.{js,ts,css}' (use some glob pattern to select files for searching)

    It's possible to match any /**/ or // comment in any text file

  5. check search-results.html

About

Search for license information inside textual files

License:MIT License


Languages

Language:JavaScript 100.0%