{"id":22538112,"url":"https://github.com/cfpb/generator-cf","last_synced_at":"2025-04-14T18:21:16.164Z","repository":{"id":22489744,"uuid":"25829090","full_name":"cfpb/generator-cf","owner":"cfpb","description":"Yeoman generator for Capital Framework","archived":false,"fork":false,"pushed_at":"2019-05-09T21:24:39.000Z","size":1115,"stargazers_count":9,"open_issues_count":11,"forks_count":11,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T06:43:00.308Z","etag":null,"topics":["capital-framework"],"latest_commit_sha":null,"homepage":"http://cfpb.github.io/capital-framework/getting-started/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cfpb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-27T16:48:22.000Z","updated_at":"2024-05-13T16:30:04.000Z","dependencies_parsed_at":"2022-08-21T06:31:16.102Z","dependency_job_id":null,"html_url":"https://github.com/cfpb/generator-cf","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfpb%2Fgenerator-cf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfpb%2Fgenerator-cf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfpb%2Fgenerator-cf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfpb%2Fgenerator-cf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfpb","download_url":"https://codeload.github.com/cfpb/generator-cf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248933348,"owners_count":21185461,"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":["capital-framework"],"created_at":"2024-12-07T11:10:12.292Z","updated_at":"2025-04-14T18:21:16.130Z","avatar_url":"https://github.com/cfpb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-cf [![Build Status](https://secure.travis-ci.org/cfpb/generator-cf.png?branch=master)](https://travis-ci.org/cfpb/generator-cf)\n\n[Yeoman](http://yeoman.io) generator for [Capital Framework](http://cfpb.github.io/capital-framework/).\n\n![generator-cf screenshot](https://raw.githubusercontent.com/cfpb/generator-cf/master/screenshot.gif)\n\n## Installation\n\nInstall Yeoman and the Capital Framework generator:\n\n```bash\nnpm install -g yo generator-cf\n```\n\n## Usage\n\nCreate a new project directory and `cd` to it:\n```bash\nmkdir my-new-project \u0026\u0026 cd $_\n```\n\nRun the Capital Framework generator:\n```bash\nyo cf\n```\n\nCompile the assets:\n```bash\ngulp\n```\n\nA demo page is generated at:\n```bash\n./dist/index.html\n```\n\nTo view this page, run a simple server so that the assets resolve correctly:\n```bash\ncd ./dist/\npython -m SimpleHTTPServer\n```\n\nAnd visit `http://localhost:8000/` in a web browser.\n\nBuild your project!\n\n## Contributing\n\nTo hack on this generator, fork this repo, clone it and use `npm link`:\n\n```bash\n$ cd generator-cf\n$ npm link\n$ cd some-empty-directory-somewhere\n$ npm link generator-cf\n$ yo cf\n```\n\nEdit the source files and re-run `yo cf` to see the changes.\nPlease modify the current tests or write new tests if you add functionality to the generator.\nTests can be executed by running `npm test` from the project's root.\n\n----\n\n## Open source licensing info\n1. [TERMS](TERMS.md)\n2. [LICENSE](LICENSE)\n3. [CFPB Source Code Policy](https://github.com/cfpb/source-code-policy/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfpb%2Fgenerator-cf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfpb%2Fgenerator-cf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfpb%2Fgenerator-cf/lists"}