https://github.com/frontity/oss-licenses
Summary of all open source licenses used by the different Frontity projects
https://github.com/frontity/oss-licenses
Last synced: 5 months ago
JSON representation
Summary of all open source licenses used by the different Frontity projects
- Host: GitHub
- URL: https://github.com/frontity/oss-licenses
- Owner: frontity
- Created: 2021-07-30T07:44:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T15:24:01.000Z (almost 5 years ago)
- Last Synced: 2025-08-17T10:24:03.901Z (11 months ago)
- Language: HTML
- Homepage: https://frontity.github.io/oss-licenses/
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontity OSS Licenses
This repository contains a summary of all the licenses used in the Frontity Project.
To view them, please visit: https://frontity.github.io/oss-licenses/
## Updating Licenses
To retrieve the licenses from a repository, follow the next steps:
- Update the relevant `package.json`.
- Run `npm install`.
- Run `npx nlf > liceneses.txt --summary detail`.
- Copy and paste the new licenses (ordered by license) to the `index.md` file.
- Run `npx nlf > liceneses.csv -c`.
- Transform the csv file into a markdown table.
_You can use [this tool](https://donatstudios.com/CsvToMarkdownTable)._
- Copy and paste the new table to the `index.md` file.
- Change the "Updated" field.
- Finally, transform the markdown file into HTML.
_You can use [this VS Code extension](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)._