Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liamfiddler/package-license-checker
https://github.com/liamfiddler/package-license-checker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liamfiddler/package-license-checker
- Owner: liamfiddler
- License: mit
- Created: 2023-01-31T05:49:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T06:38:09.000Z (over 1 year ago)
- Last Synced: 2024-10-29T04:04:39.495Z (2 months ago)
- Language: JavaScript
- Homepage: https://liamfiddler.github.io/package-license-checker/
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Package License Checker
A web app to list the licenses for all the dependencies of a project.
Created to address a need from a client to confirm the licenses of packages used on a project align with commercial and legal requirements.
## Project team
| Name | Role | Contact |
| ------------ | --------- | ---------------------------------------------- |
| Liam Fiddler | Developer | [@liamfiddler](https://github.com/liamfiddler) |## Tech stack
Created using HTML, CSS, & JS ([Custom Elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) with [Haunted](https://hauntedhooks.netlify.app/)).
Host the site using your favourite web server (or run `npm start` to use the preconfigured one locally) and open the index page.
There is no build process. There are no dependencies to install. There are no env vars to configure.
## Deployment
The main branch of this repo is served via GitHub Pages.
Any code merged to main will be "live".