{"id":19201432,"url":"https://github.com/padcom/create-from-github","last_synced_at":"2025-02-23T05:26:13.807Z","repository":{"id":178782083,"uuid":"653634446","full_name":"padcom/create-from-github","owner":"padcom","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-05T01:34:09.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T18:07:59.322Z","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/padcom.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":"2023-06-14T12:32:07.000Z","updated_at":"2023-06-14T12:32:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd15fa7a-59f8-42c8-901e-35781e39aaf4","html_url":"https://github.com/padcom/create-from-github","commit_stats":null,"previous_names":["padcom/create-from-github"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fcreate-from-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fcreate-from-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fcreate-from-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fcreate-from-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padcom","download_url":"https://codeload.github.com/padcom/create-from-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240273967,"owners_count":19775359,"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-09T12:38:46.089Z","updated_at":"2025-02-23T05:26:13.785Z","avatar_url":"https://github.com/padcom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Application generator done right\n\nFinally an application generator that doesn't do magic - only the things that are required!\n\nLadies and gentleman, may I present you - the Github NPM project generator.\n\n## What's all the fuzz all about?\n\nGenerating projects with npm is not a very tedious task. Just `npm init -y` and you're almost done. Almost...\n\nThe next thing that comes is installation of dependencies, project configuration and other tuning that needs to happen before you can get started with your project.\n\n### That's what the 2nd argument for `npm init` is for!\n\nExactly right! The 2nd argument is part of a name of a project generator. For example if we ran the following command:\n\n```terminal\n$ npm init vite\n```\n\nNPM knows that there is a project called `create-vite`, it knows to install it if not already present and execute it instead of just creating a `package.json` with some default values. \"Instead\" being the operative word, because once the 2nd argument has been given it completely takes over the process of scaffolding the app.\n\nLet's be serious about it: most projects will have one setup that works and that'll be what you would use most of the time. In point of fact there are lots of projects that provide such repositories already!\n\nThe cool thing about create-from-github is that those repositories can be used as-is to scaffold projects using this package! Here's an example:\n\n```terminal\n$ npm init from-github padcom/tailwindcss-text-stroke\n```\n\nAnd off you go! There's a `tailwindcss-text-stroke1` project scaffolded that has all the necessary places updated so that it's a perfectly customized clone of the `tailwindcss-text-stroke` repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcom%2Fcreate-from-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadcom%2Fcreate-from-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcom%2Fcreate-from-github/lists"}