Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liamfiddler/package-license-checker


https://github.com/liamfiddler/package-license-checker

Last synced: about 2 months ago
JSON representation

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".