4.5.0-lafiya • Published 11 months ago

lafiya v4.5.0-lafiya

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
11 months ago

lafiya

3784211422 The one stop CLI for using the lafiya 3.0 Frontend app.

Prerequisites

You need Node.js with NPM. We recommend using version 16.17 (LTS) or later.

Installation

You can run the tool without installation using npx, which is part of NPM. Just make sure to fulfill the prerequisites.

Alternatively, install the application globally using npm i lafiya -g. Then you can run the tool without npx, e.g., instead of npx lafiya ... you run lafiya ....

Available Commands

The following commands are available. For an up-to-date help on your installation run npx lafiya --help.

The --help flag can also be applied to any command below, resulting in detailed information about the available options.

start

For developers.

Starts the app shell configured for the SPA reference application. Includes a default import map working against a working snapshot on the CDN.

Example:

# run the command
npx lafiya

develop

For developers and implementers.

Performs a debug build of the app shell and runs it against a given lafiya backend. Can be proxied to any network and used with any import map configuration.

Example:

# run the command
npx lafiya develop

build

For implementers.

Builds the app shell with a given configuration. Provides the assets necessary for the app shell in a distribution.

Example:

# run the command
npx lafiya build

assemble

For implementers.

Assembles an import map incl. assets to provide the frontend module assets for a distribution.

Example:

# run the command
npx lafiya assemble