{"id":15103086,"url":"https://github.com/ef2k/galactico","last_synced_at":"2026-02-18T12:02:37.767Z","repository":{"id":9223165,"uuid":"11037949","full_name":"ef2k/galactico","owner":"ef2k","description":"A cli tool that scaffolds a directory structure according to a predefined template.","archived":false,"fork":false,"pushed_at":"2013-06-30T01:51:11.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T11:12:27.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ef2k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-28T20:59:46.000Z","updated_at":"2014-02-28T02:10:30.000Z","dependencies_parsed_at":"2022-09-19T14:20:42.236Z","dependency_job_id":null,"html_url":"https://github.com/ef2k/galactico","commit_stats":null,"previous_names":["eddflrs/galactico"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ef2k/galactico","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ef2k%2Fgalactico","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ef2k%2Fgalactico/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ef2k%2Fgalactico/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ef2k%2Fgalactico/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ef2k","download_url":"https://codeload.github.com/ef2k/galactico/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ef2k%2Fgalactico/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014759,"owners_count":26085593,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2024-09-25T19:20:52.244Z","updated_at":"2025-10-13T11:12:31.644Z","avatar_url":"https://github.com/ef2k.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Galactico\n=========\n\nQuickly scaffold a directory structure from a predefined template.\n\nStatus\n------\nUsable, but lacking polish.\n\nInstall\n-------\n\nAvailable through NPM:\n\n```bash\n$: npm install galactico\n```\n\nUsage\n-----\n\nAfter installing, you'll see a `.galactico` folder in your home directory. This is\nwhere you should drop in your templates, which are javascript files. Have a look at \"Creating Templates\" below.\n\nCall it using the `gco` or `galactico` commands.\n\nInitializing a template in your current working directory can be done like this:\n\n```bash\n$: gco init \u003ctemplateName\u003e\n```\n\nCreating Templates\n------------------\n\nTemplates are javascript files placed inside of the `.galactico` folder in your\n`home` directory. A basic template looks like this:\n\n```js\n// filename: singlepage.js\n\nvar singlepage = {\n  name: 'singlepage',\n  description: 'A single page website',\n  directories: ['css', 'js'],\n  files: ['index.html', 'css/master.css', 'js/main.js']\n};\n\nexports.template = singlepage;\n```\n\nDrop the file in `$HOME/.galactico`.\n\nUsing it via `$: gco init singlepage` will result in a directory structure like this:\n\n```text\n- index.html\n- css /\n     - master.css\n- js /\n     - main.js\n```\n\nTODO\n----\n\n* List templates using `$: gco list`.\n* Generate template files using `$: gco template \u003cname\u003e`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fef2k%2Fgalactico","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fef2k%2Fgalactico","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fef2k%2Fgalactico/lists"}