Skip to content

Just a simple CLI to generate archive in Go, specifying things such as filename, go package and the path of the archive.

Notifications You must be signed in to change notification settings

e2cabral/go-lang-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Go CLI (Non Official Package)

Just a simple CLI to generate files in Go, specifying things such as filename, go package and the path of the file.

-filename Is the name of the file to be generated.

-f Is the name of the file to be generated(shorthand).

-path Determines the path where the archive will be generated.

-package Determines the name of the package.

-p Determines the name of the package(shorthand).

-type Determines the type of file will be generated.

-t Determines the type of file will be generated(shorthand).

About

Just a simple CLI to generate archive in Go, specifying things such as filename, go package and the path of the archive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages