{"id":48554597,"url":"https://github.com/n3integration/conseil","last_synced_at":"2026-04-08T10:02:13.159Z","repository":{"id":57551620,"uuid":"138242008","full_name":"n3integration/conseil","owner":"n3integration","description":"Rapid application development with Go","archived":false,"fork":false,"pushed_at":"2018-12-30T19:34:53.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-20T10:14:02.901Z","etag":null,"topics":["bootstrap","capitalgo","golang","rapid-development"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n3integration.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}},"created_at":"2018-06-22T01:54:45.000Z","updated_at":"2022-06-02T15:18:17.000Z","dependencies_parsed_at":"2022-09-26T18:41:33.139Z","dependency_job_id":null,"html_url":"https://github.com/n3integration/conseil","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/n3integration/conseil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3integration%2Fconseil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3integration%2Fconseil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3integration%2Fconseil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3integration%2Fconseil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n3integration","download_url":"https://codeload.github.com/n3integration/conseil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3integration%2Fconseil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31549900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bootstrap","capitalgo","golang","rapid-development"],"created_at":"2026-04-08T10:02:11.149Z","updated_at":"2026-04-08T10:02:13.147Z","avatar_url":"https://github.com/n3integration.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conseil [ ![Codeship Status for n3integration/conseil](https://app.codeship.com/projects/a59591e0-66f2-0136-ff01-5e954b520d34/status?branch=master)](https://app.codeship.com/projects/297512)\n\nInspired by the CapitalGo \"Rapid Application Development\" talk. This\nproject is a work in progress. If you're interested in\nfollowing the project progress, click the :star: above to be notified\nwhen updates are available.\n\n### Installation\n\n```sh\ngo get -u github.com/n3integration/conseil\ngo install github.com/n3integration/conseil/cmd/conseil\n```\n\n## Usage\n\n### Bootstrap a New Application\n\nWhen bootstrapping a new Go application, there are multiple steps\nthat are required for each project. Use the `new` command to build\nout the application scaffolding for a new application including:\ngit repo, dependency management, etc.\n\n```sh\nNAME:\n   conseil new - bootstrap a new application\n\nUSAGE:\n   conseil new [command options] [arguments...]\n\nOPTIONS:\n   --framework value  app framework [i.e. grpc, iris, ozzo, echo, gin] (default: \"gin\")\n   --host value       ip address to bind (default: \"127.0.0.1\")\n   --port value       local port to bind (default: 8080)\n   --migrations       whether or not to include support for database migrations\n   --driver value     database driver (default: \"postgres\")\n   --repo value       the git module repository (default: \"github.com\")\n   --dep              whether or not to initialize dependency management using dep\n   --mod              whether or not to initialize dependency management using go modules\n   --git              whether or not to initialize git repo\n```\n\nOnce executed, the following project structure is setup:\n\n```sh\n.\n|-- .gitignore            (*requires --git)\n|-- go.mod                (*requires --mod)\n|-- go.sum                (*requires --mod)\n|-- Gopkg.lock            (*requires --dep)\n|-- Gopkg.toml            (*requires --dep)\n|-- app.go\n`-- sql                   (*requires --migrations)\n    |-- migrations\n    |   |-- 1.down.sql\n    |   `-- 1.up.sql\n    |-- migrations.go\n    `-- sql.go\n\n3 directories, 7 files\n\n```\n\nThe `app.go` file contains a basic application for the framework specified,\nwhich includes a single stubbed `/health` endpoint.\n\n#### Database Migrations\n\nIf your application requires database migrations, enable the `migrations`\noption. This will setup a `sql/sql.go` file that initializes the database driver.\nA `sql/migrations.go` is also created that can be invoked at startup to perform the\ndatabase schema migrations. It will also create a `sql/migrations` folder that \ncontains skeleton `up` and `down` migration templates. Otherwise, the `driver` \noption is ignored.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn3integration%2Fconseil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn3integration%2Fconseil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn3integration%2Fconseil/lists"}