MIT
Permissive license allowing reuse with attribution. Simple and widely adopted.
Choose this license when
- default for open-source libraries
- broad reuse with minimal restrictions
CLI usage
bash
# choose MIT
jyinit create my-app --license MIT
# interactive mode => you will be allowed to choose the LICENSE in interactive mode too
jyinit create create my-app --interactive