Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinliao/decense
Generate a license with one `deno run` command 🦕
https://github.com/vinliao/decense
deno license
Last synced: 21 days ago
JSON representation
Generate a license with one `deno run` command 🦕
- Host: GitHub
- URL: https://github.com/vinliao/decense
- Owner: vinliao
- License: mit
- Created: 2021-02-02T15:13:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T03:54:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T18:06:22.446Z (about 1 month ago)
- Topics: deno, license
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-deno - decense - Generate a license with one `deno run` command. (Tools / XML)
README
# Decense 🦕
Decense (deno license) allows you to generate a license with one `deno run` command—no downloading, no `chmod +x ./program_name`, no installing.## Steps to run
1. Make sure Deno is installed
2. Run `deno run --allow-write --allow-net https://deno.land/x/decense/main.ts`
3. Pick your license and enter your name
4. 🦕🎉## Questions
Q: Why is there an `--allow-write` and `--allow-net`?A: Deno is secure by default—accessing the network and writing files locally requires additional permission. Those two commands are used to fetch the license and write it on your computer.
Q: Where does the license comes from?
A: All these license templates comes from [this github repository.](https://github.com/nishanths/license)