{"id":15408039,"url":"https://github.com/arvinxx/airtable-app-template","last_synced_at":"2025-04-18T14:54:36.774Z","repository":{"id":37035841,"uuid":"307215023","full_name":"arvinxx/airtable-app-template","owner":"arvinxx","description":"AirTable App Template","archived":false,"fork":false,"pushed_at":"2022-11-20T07:59:14.000Z","size":156,"stargazers_count":7,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T06:22:24.724Z","etag":null,"topics":["airtable","airtable-block","template"],"latest_commit_sha":null,"homepage":"","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/arvinxx.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}},"created_at":"2020-10-25T23:38:06.000Z","updated_at":"2024-09-22T22:50:47.000Z","dependencies_parsed_at":"2022-06-25T12:05:59.415Z","dependency_job_id":null,"html_url":"https://github.com/arvinxx/airtable-app-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvinxx%2Fairtable-app-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvinxx%2Fairtable-app-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvinxx%2Fairtable-app-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvinxx%2Fairtable-app-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arvinxx","download_url":"https://codeload.github.com/arvinxx/airtable-app-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249507429,"owners_count":21283209,"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":["airtable","airtable-block","template"],"created_at":"2024-10-01T16:30:52.107Z","updated_at":"2025-04-18T14:54:36.755Z","avatar_url":"https://github.com/arvinxx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AirTable App Template\n\n[AirTable](https://airtable.com) App 开发模板\n\n## 初始化\n\n### 安装 `block` CLI\n\n```\nnpm i -g @airtable/blocks-cli@2.0.0-beta.4\n```\n\n### 使用 `block init`\n\n```shell script\n# 将命令行中的 `blockId` 和 `baseId` 替换成对应值\n# 将最末尾的 your_paths 改成目标路径\n\nblock init blockId/baseId  --template=https://github.com/arvinxx/airtable-app-template your_paths\n```\n\n这个指令将直接初始化项目并自动安装依赖\n\n### 手动初始化\n\n如果不想使用 `block init` 也可以采用手动的方式初始化脚手架\n\n先克隆项目\n\n```shell script\ngit clone https://github.com/arvinxx/airtable-app-template  your_paths\n```\n\n然后打开 `.block/remote.json`, 修改 `blockId` 和 `baseId`\n\n举例:\n\n```json\n{\n  \"blockId\": \"appwfwENHN3Daxd6w\",\n  \"baseId\": \"blkNL28deUVyBeaB3\"\n}\n```\n\n然后正常安装依赖进行开发即可\n\n## 指南\n\n### 开发\n\n```shell script\nnpm start\n```\n\n### 发版\n\n```shell script\nnpm release\n```\n\n## License\n\n[MIT](./LICENSE) ® Arvin Xu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvinxx%2Fairtable-app-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farvinxx%2Fairtable-app-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvinxx%2Fairtable-app-template/lists"}