Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vinliao/decense

Generate a license with one `deno run` command 🦕
https://github.com/vinliao/decense

deno license

Last synced: 22 days ago
JSON representation

Generate a license with one `deno run` command 🦕

Awesome Lists containing this project

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)