{"id":28491485,"url":"https://github.com/line/create-liff-app","last_synced_at":"2026-01-17T02:56:07.140Z","repository":{"id":37077918,"uuid":"481429511","full_name":"line/create-liff-app","owner":"line","description":"Start developing LIFF application with a simple CLI command.","archived":false,"fork":false,"pushed_at":"2026-01-14T02:17:07.000Z","size":275,"stargazers_count":78,"open_issues_count":2,"forks_count":14,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-01-14T05:44:27.301Z","etag":null,"topics":["create-liff-app","liff"],"latest_commit_sha":null,"homepage":"https://developers.line.biz/en/docs/liff/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/line.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-14T01:40:44.000Z","updated_at":"2026-01-14T02:16:11.000Z","dependencies_parsed_at":"2024-12-03T06:22:11.241Z","dependency_job_id":"dc255449-8090-429d-b4e5-d5e93295212c","html_url":"https://github.com/line/create-liff-app","commit_stats":{"total_commits":20,"total_committers":5,"mean_commits":4.0,"dds":0.4,"last_synced_commit":"16e2c3ed7e16b3c2b1af6007c6a21f3c050f31e9"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/line/create-liff-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fcreate-liff-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fcreate-liff-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fcreate-liff-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fcreate-liff-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/line","download_url":"https://codeload.github.com/line/create-liff-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fcreate-liff-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["create-liff-app","liff"],"created_at":"2025-06-08T08:07:30.042Z","updated_at":"2026-01-17T02:56:07.123Z","avatar_url":"https://github.com/line.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# @line/create-liff-app\n[![License](https://img.shields.io/badge/license-Apache-red)](https://www.apache.org/licenses/LICENSE-2.0)\n[![Node](https://img.shields.io/badge/node-%E2%89%A7%2014-green?logo=node.js)](https://www.npmjs.com/package/@line/create-liff-app)\n\nStart developing LIFF application with a simple CLI command.\n\n- [About](#about)\n  - [LIFF](#liff)\n  - [Templates](#templates)\n- [Getting Started](#getting-started)\n  - [Create LIFF Channel](#create-liff-channel)\n  - [Installation](#installation)\n  - [Options](#options)\n- [License](#license)\n\n## About\n\n### LIFF\nLINE Front-end Framework (LIFF) is a platform for web apps provided by LY Corporation. The web apps running on this platform are called LIFF apps.\n\nDo you want to know more about LIFF? [Learn more](https://developers.line.biz/en/docs/liff/overview/)\n\n### Templates\n`create-liff-app` provides JavaScript \u0026 TypeScript templates of LIFF application.\n\nAvailable frameworks are: `nextjs` `nuxtjs` `react` `vue` `svelte` `vanilla`.\n\n\n## Getting Started\n\n### Create LIFF Channel\nBefore you run `create-liff-app`, we recommend creating a LIFF Channel first. See the [documentation](https://developers.line.biz/en/docs/liff/getting-started/).\n\n### Installation\n\nRun npm command like:\n```bash\nnpx @line/create-liff-app\n```\n\nTo create a new app in a specific folder, you can send a name as an argument.\n```bash\nnpx @line/create-liff-app my-app\n```\n\n### Options\n\n`create-liff-app` comes with the following options:\n\n- **-t, --template \u0026lt;template\u0026gt;** - A template to bootstrap the app with. (available templates: \"vanilla\", \"react\", \"vue\", \"svelte\", \"nextjs\", \"nuxtjs\")\n- **-l, --liffid \u0026lt;liff id\u0026gt;** - Liff id. For more information, please visit \u003chttps://developers.line.biz/ja/docs/liff/getting-started/\u003e\n- **--js, --javascript** - Initialize as a JavaScript project\n- **--ts, --typescript** - Initialize as a TypeScript project\n- **--npm, --use-npm** - Bootstrap the app using npm\n- **--yarn, --use-yarn** - Bootstrap the app using yarn\n- **-v, --version** - output the version number\n- **-h, --help** - display help for command\n\n## [License](https://github.com/line/create-liff-app/blob/master/LINCENSE.txt)\n\nThis project is licensed under the **Apache license**. \nSee [LICENSE](https://github.com/line/create-liff-app/blob/master/LINCENSE.txt) for more information.\n\nAlso, using LIFF means you agree to the [LINE Developers Agreement](https://terms2.line.me/LINE_Developers_Agreement).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fline%2Fcreate-liff-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fline%2Fcreate-liff-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fline%2Fcreate-liff-app/lists"}