{"id":13479580,"url":"https://github.com/luooooob/create-my-awesome","last_synced_at":"2025-09-01T06:32:46.946Z","repository":{"id":37954318,"uuid":"319619977","full_name":"luooooob/create-my-awesome","owner":"luooooob","description":"Github Actions for automatically generating the personal awesome list from all of the repositories you starred.","archived":false,"fork":false,"pushed_at":"2023-03-06T20:04:23.000Z","size":1201,"stargazers_count":12,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-29T15:43:48.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/luooooob.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,"roadmap":null,"authors":null}},"created_at":"2020-12-08T11:37:08.000Z","updated_at":"2024-08-05T17:34:41.000Z","dependencies_parsed_at":"2024-01-13T14:37:29.886Z","dependency_job_id":"0e0905e9-7ab2-48e9-9dae-4d37b3c64a80","html_url":"https://github.com/luooooob/create-my-awesome","commit_stats":{"total_commits":84,"total_committers":2,"mean_commits":42.0,"dds":"0.29761904761904767","last_synced_commit":"bda6cfd6a06cd90c772c3a58a5aee5f1854d8066"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luooooob%2Fcreate-my-awesome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luooooob%2Fcreate-my-awesome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luooooob%2Fcreate-my-awesome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luooooob%2Fcreate-my-awesome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luooooob","download_url":"https://codeload.github.com/luooooob/create-my-awesome/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231621994,"owners_count":18401828,"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-07-31T16:02:19.554Z","updated_at":"2024-12-28T19:51:53.420Z","avatar_url":"https://github.com/luooooob.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Create My Awesome\n\n![GitHub release](https://img.shields.io/github/v/release/luob/create-my-awesome)\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/luob/create-my-awesome/build-test)\n![GitHub top language](https://img.shields.io/github/languages/top/luob/create-my-awesome)\n\nGithub Actions for automatically generating a personal awesome project to organize all your starred repositories.\n\n[简体中文](./README.zh-Hans.md)\n\n## Usage\n\n1. [Create a new repository on Github](https://github.com/new)\n2. From this repository, [create a new GitHub Actions workflow](https://docs.github.com/en/free-pro-team@latest/actions/quickstart) and copy the following YAML contents info the `.yml` file\n\n```yaml\n\nname: 'build'\non:\n  push:\n    branches:\n      - main\n  schedule:\n      # This expression means every day at UTC 00:00\n      # See https://crontab.guru/examples.html for more examples\n      - cron:  '0 0 * * *'\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: luob/create-my-awesome@v1\n      # Commit the change\n      # See https://github.com/EndBug/add-and-commit\n      - uses: EndBug/add-and-commit@v5\n        with:\n          message: 'Update README.md'\n        env:\n          GITHUB_TOKEN: ${{ github.token }}\n```\n\n- Pushing changes to Github with repositories's token(`${{ github.token }}`) will not create a new workflow run, so don't warry about creating recursive workflow runs.\n\n## Advanced Usage\n\n```yaml\n  # ...\n  - uses: luob/create-my-awesome@v1\n    with:\n      # You can use the data of any Github user, default to the owner of the repository\n      username: zhang-san\n      # customize the description, default to 'A collection of awesome things.'\n      description: 'A cOllectiOn OF awesOme thiNgs.',\n      # customize the target directory. Default to the root.\n      targetDir: ./target/\n  # ...\n```\n\n## Contributing\n\n```sh\n  npm i\n  npm run all\n```\n\nTo run it locally, you can customize the variables in `.env.example` and save as `.env`. Then:\n\n```sh\n  npm run local\n```\n\n## License\n\n[MIT](LICENSE) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluooooob%2Fcreate-my-awesome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluooooob%2Fcreate-my-awesome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluooooob%2Fcreate-my-awesome/lists"}