0.8.0 • Published 2 years ago

@litexa/core v0.8.0

Weekly downloads
1,666
License
Apache-2.0
Repository
github
Last release
2 years ago

Litexa Package

Litexa is an Alexa domain specific language, developed for long form multi-turn skills such as games. This package contains the source for the CLI and core runtime.

Further documentation can be found at https://litexa.com

Installing Litexa

Prerequisites

The following needs to be installed and configured:

Note: Requires Node.js version 8.11 or higher.

Installing

Litexa is intended to be used as a command line utility, installed as a global npm package. Given an environment with node installed:

npm install -g @litexa/core

From then on, you should be able to invoke the litexa command from anywhere on your machine.

Note: if you are installing from the source monorepo, then you can use a local reference for installing instead. Switch to the litexa directory, then run:

npm install ./ -g

Additional components of Litexa are provided as separate extension modules, with the intention that each project can pick and choose which functionality it would like to incorporate. See further below for a list of known extensions.

0.8.0

2 years ago

0.7.3

3 years ago

0.7.2

3 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.2

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago