{"id":18254275,"url":"https://github.com/brikcss/generators","last_synced_at":"2025-10-24T08:59:15.574Z","repository":{"id":143742060,"uuid":"293164411","full_name":"brikcss/generators","owner":"brikcss","description":"Generators for various projects and repetitive tasks.","archived":false,"fork":false,"pushed_at":"2020-09-17T13:31:30.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T17:16:16.875Z","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/brikcss.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-05T22:33:09.000Z","updated_at":"2020-09-17T13:31:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e15744fa-9e40-47c3-ba29-fe041cec2aa6","html_url":"https://github.com/brikcss/generators","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/brikcss%2Fgenerators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikcss%2Fgenerators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikcss%2Fgenerators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikcss%2Fgenerators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brikcss","download_url":"https://codeload.github.com/brikcss/generators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247934808,"owners_count":21020724,"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":[],"created_at":"2024-11-05T10:11:21.763Z","updated_at":"2025-10-24T08:59:15.475Z","avatar_url":"https://github.com/brikcss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generators\n\nQuickly generate boilerplate files or code for various projects and tasks.\n\n## Usage\n\n1. Make sure [hygen](https://www.hygen.io/docs/quick-start) is installed.\n\n2. Copy the generators into your project. You will need to copy the `_templates` folder and the `.hygen.js` configuration file in this repo. There are many ways you can do this, here are a couple:\n\n    - Clone as a new git project:\n\n        ```bash\n        git clone https://github.com/brikcss/generators \u003cproject name\u003e \u0026\u0026 rm -rf \u003cproject name\u003e/.git\n        ```\n\n    - Copy into an existing project:\n\n        ```bash\n        # OPTIONAL: Remove existing generators if you want to start fresh:\n        rm -rf _templates .hygen.js\n        # Copy generators:\n        git clone https://github.com/brikcss/generators .__generators \u0026\u0026 cp -R .__generators/{_templates,.hygen.js} . \u0026\u0026 rm -rf .__generators\n        ```\n\n    - Manually [download this repo](https://github.com/brikcss/generators/archive/master.zip) and copy generators (`_templates`) and configuration (`.hygen.js`) into your project.\n\n3. (optional) Update your root `package.json` with your project details to inform generators. You may also want to remove `README.md`. _Note: You may skip this step, in which case you will be prompted for additional information._\n\n4. Run a generator:\n\n    ```bash\n    hygen \u003cgenerator\u003e \u003caction\u003e\n    ```\n\n## Available generators\n\nSee [hygen](https://www.hygen.io/) for full details on using generators.\n\n### `project`\n\n-   `hygen project new`: Generate a new project. The generator will look first in `package.json`, and prompt you for any other needed information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrikcss%2Fgenerators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrikcss%2Fgenerators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrikcss%2Fgenerators/lists"}