Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahlia/foss-license-texts-esm
F/OSS License Texts as ESM
https://github.com/dahlia/foss-license-texts-esm
deno esm esmodules foss-licenses javascript
Last synced: 2 days ago
JSON representation
F/OSS License Texts as ESM
- Host: GitHub
- URL: https://github.com/dahlia/foss-license-texts-esm
- Owner: dahlia
- Created: 2022-06-19T16:14:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T16:28:20.000Z (over 2 years ago)
- Last Synced: 2024-12-11T17:05:14.752Z (11 days ago)
- Topics: deno, esm, esmodules, foss-licenses, javascript
- Language: JavaScript
- Homepage: https://deno.land/x/foss_license_texts_esm
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: licenses/AGPL-1.0-only.mjs
Awesome Lists containing this project
README
F/OSS License Texts as ESM
==========================In short:
~~~~ javascript
import licenses from "https://deno.land/x/foss_license_texts_esm/mod.mjs";console.log(licenses["GPL-3.0-only"]);
~~~~Or you can import a module for only a single license text:
~~~~ javascript
import text
from "https://deno.land/x/foss_license_texts_esm/licenses/GPL-3.0-only.mjs";console.log(text);
~~~~This repository in itself is in the [public domain].
[public domain]: https://en.wikipedia.org/wiki/Public_domain