Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 443 Bytes

goproj

A Mini Golang Framework to Create Different Kinds of Projects

Get the Package:

go get -u github.com/aliforever/goproj

Install:

go install

  • Create a Telegram bot using the library:

goproj --type=bot --username=BOT_USERNAME --token=BOT_TOKEN

  • Add New Menu to Bot's Engine File:

goproj --username=BOT_USERNAME --make=menu:MENU_NAME:LINE_NUMBER

(leave the username part to add menu to existing project)