Skip to content

A license generator made with rust.

License

Notifications You must be signed in to change notification settings

frectonz/license-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license-gen

A license generator made with rust.

The CLI needs an email and a name to generate the license file. It looks for them in a couple of places.

  • Envoironment variable USER
  • Git username form your .gitconfig
  • Author field in package.json

Run it with Nix

nix run github:frectonz/license-gen

Install

cargo install license-gen

Supported licenses

  • Apache-2.0
  • BSD-1-Clause
  • BSD-2-Clause
  • BSD-3-Clause
  • ISC
  • MIT
  • UNLICENSE
  • WTFPL

Demo

asciicast