{"id":29182832,"url":"https://github.com/magiclabs/make-scoped-magic-app","last_synced_at":"2025-07-01T20:33:10.030Z","repository":{"id":263685333,"uuid":"882588266","full_name":"magiclabs/make-scoped-magic-app","owner":"magiclabs","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-25T20:42:34.000Z","size":2693,"stargazers_count":1,"open_issues_count":10,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-02T07:42:04.961Z","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/magiclabs.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-03T07:43:26.000Z","updated_at":"2025-03-25T20:42:39.000Z","dependencies_parsed_at":"2024-12-17T02:27:13.099Z","dependency_job_id":"12b62fed-f5b4-4b99-9e34-abdbd0ce606f","html_url":"https://github.com/magiclabs/make-scoped-magic-app","commit_stats":null,"previous_names":["magiclabs/make-scoped-magic-app"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/magiclabs/make-scoped-magic-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmake-scoped-magic-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmake-scoped-magic-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmake-scoped-magic-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmake-scoped-magic-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiclabs","download_url":"https://codeload.github.com/magiclabs/make-scoped-magic-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclabs%2Fmake-scoped-magic-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263033222,"owners_count":23403117,"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":"2025-07-01T20:32:59.063Z","updated_at":"2025-07-01T20:33:09.931Z","avatar_url":"https://github.com/magiclabs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🪄 `make-scoped-magic-app`\n\n\u003e A tool for quickly scaffolding an app with Magic baked-in!\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/magiclabs/make-scoped-magic-app/blob/master/LICENSE\"\u003eLicense\u003c/a\u003e ·\n  \u003ca href=\"https://github.com/magiclabs/make-scoped-magic-app/blob/master/CONTRIBUTING.md\"\u003eContributing Guide\u003c/a\u003e\n\u003c/p\u003e\n\n## 🚀 Usage\n\nGetting started with the interactive scaffolding tool is easy. Just run the following command in your preferred shell:\n\n```zsh\nnpx make-scoped-magic-app\n```\n\nFollow the interactive prompts to customize your project. Done! ✨\n\n### Programmatic API\n\n`make-scoped-magic-app` also supports a programmatic API, so you can generate boilerplate codes with Magic built-in from your own NodeJS scripts.\n\n```ts\nimport makeScopedMagicApp from 'make-scoped-magic-app';\n\nawait makeScopedMagicApp({\n  template: 'hello-world', // Same as --template, -t\n  projectName: 'my-app',   // Same as --project-name, -p\n  branch: 'master',        // Same as --branch, -b\n\n  // The same, arbitrary data you can pass to a template via CLI flags.\n  data: {\n    publishableApiKey: 'pk_live_...',\n    npmClient: 'yarn',\n  }\n})\n```\n\nSee `npx make-scoped-magic-app --help` for information about the available options. In general, most CLI flags map to camel-cased properties in the configuration given to `makeScopedMagicApp({ ... })`.\n\nFor more information, you can print help text including template-specific options using `npx make-scoped-magic-app --help --template [i.e.: hello-world]`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclabs%2Fmake-scoped-magic-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiclabs%2Fmake-scoped-magic-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclabs%2Fmake-scoped-magic-app/lists"}