Skip to content

amirfakhrullah/license-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License-Gen

DEMO-GIF

Description

Generate open-source license for your projects from terminal. Written in Go.

Quickstart

Prerequisites

Install

To install, run:

go install github.com/amirfakhrullah/license-gen@latest

Run Script

Run the script below:

license-gen

Running code locally

  • Clone or fork this repository
  • To clone:
git clone https://github.com/amirfakhrullah/license-gen.git
  • To Run:
go run main.go
  • To build:
go build

License

License under the MIT License