Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@line/create-liff-app

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@line/create-liff-app

Start developing LIFF application with a simple CLI command.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

@line/create-liff-app

License Node

Start developing LIFF application with a simple CLI command.

About

LIFF

LINE Front-end Framework (LIFF) is a platform for web apps provided by LINE. The web apps running on this platform are called LIFF apps.

Do you want to know more about LIFF? Learn more

Templates

create-liff-app provides JavaScript & TypeScript templates of LIFF application.

Available frameworks are: nextjs nuxtjs react vue svelte vanilla.

Getting Started

Create LIFF Channel

Before you run create-liff-app, we recommend creating a LIFF Channel first. See the documentation.

Installation

Run npm command like:

npx @line/create-liff-app

To create a new app in a specific folder, you can send a name as an argument.

npx @line/create-liff-app my-app

Options

create-liff-app comes with the following options:

  • -t, --template <template> - A template to bootstrap the app with. (available templates: "vanilla", "react", "vue", "svelte", "nextjs", "nuxtjs")
  • -l, --liffid <liff id> - Liff id. For more information, please visit https://developers.line.biz/ja/docs/liff/getting-started/
  • --js, --javascript - Initialize as a JavaScript project
  • --ts, --typescript - Initialize as a TypeScript project
  • --npm, --use-npm - Bootstrap the app using npm
  • --yarn, --use-yarn - Bootstrap the app using yarn
  • -v, --version - output the version number
  • -h, --help - display help for command

License

This project is licensed under the Apache license. See LICENSE for more information.

Also, using LIFF means you agree to the LINE Developers Agreement.

Keywords

FAQs

Package last updated on 27 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc