Skip to content

yudgnahk/gokit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gokit

gokit is a toolkit to init and generate some useful components for a Golang RESTful web service

it uses:

Installation

go get -u github.com/yudgnahk/gokit

Usage

  1. Init project:
gokit init
  1. Generate some stuffs:
gokit new [type] [name]

In which type:

  • controller - it will generate a controller, a service and a repository
  • service - it will generate a service and a repository
  • repository - it will generate only a repository
  1. Version:
gokit version

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages