Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leodutra/search-licenses
Search for license information inside textual files
https://github.com/leodutra/search-licenses
Last synced: 1 day ago
JSON representation
Search for license information inside textual files
- Host: GitHub
- URL: https://github.com/leodutra/search-licenses
- Owner: leodutra
- License: mit
- Created: 2018-09-22T13:43:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T19:08:23.000Z (almost 3 years ago)
- Last Synced: 2023-03-23T22:29:03.622Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`