{"id":19383369,"url":"https://github.com/mdouchement/echogen","last_synced_at":"2026-05-16T03:45:11.142Z","repository":{"id":79844144,"uuid":"81720751","full_name":"mdouchement/echogen","owner":"mdouchement","description":"EchoGen, a Yeoman scaffolding for Echo web framework","archived":false,"fork":false,"pushed_at":"2017-02-21T11:11:13.000Z","size":50,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T07:12:49.577Z","etag":null,"topics":["echo","scaffold-framework"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdouchement.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-02-12T11:20:47.000Z","updated_at":"2017-02-12T11:21:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"5cc4f0b1-1ff4-4f2a-8a59-6d3d4e709db6","html_url":"https://github.com/mdouchement/echogen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fechogen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fechogen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fechogen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fechogen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdouchement","download_url":"https://codeload.github.com/mdouchement/echogen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240521040,"owners_count":19814694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["echo","scaffold-framework"],"created_at":"2024-11-10T09:25:51.450Z","updated_at":"2026-05-16T03:45:06.121Z","avatar_url":"https://github.com/mdouchement.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EchoGen\n\nEchoGen is a simple Yeoman scaffolding for [Labstack's Echo v3](https://github.com/labstack/echo) web framework.\n\nIt uses [Glide](https://github.com/Masterminds/glide) for application's dependencies. Go to [glide.yaml.tmpl](https://github.com/mdouchement/echogen/blob/master/templates/glide.yaml.tmpl) to see current dependencies versions.\n\n\n## Installation\n\n```sh\n$ go get -u github.com/mdouchement/echogen\n\n# Dependencies that you need to develop your application.\n$ go get -u github.com/Masterminds/glide\n$ go get -u github.com/jteeuwen/go-bindata/...\n\n# Used in Makefile for LiveReload.\n$ brew install fswatch\n```\n\n\n## Usage\n\nEchoGen assumes that you have a well configured `$GOPATH` (e.g. `$GOPATH=/go/`) to generates the whole project.\n\n```sh\n$ cd $GOPATH/src/github.com/mdouchement\n$ echogen --name lss\n\n$ cd lss\n$ glide install\n\n# run the server with LiveReload\n$ make serve\n\n# or manually\n$ go generate \u0026\u0026 go run myapp.go server -b localhost -p 5000\n```\n\n\n## License\n\n**MIT**\n\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n5. Push to the branch (git push origin my-new-feature)\n6. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fechogen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdouchement%2Fechogen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fechogen/lists"}