0.33.8 • Published 2 years ago

@lightbend/create-akkasls-entity v0.33.8

Weekly downloads
248
License
Copyright (c) Lig...
Repository
github
Last release
2 years ago

create-akkasls-entity

This repository provides the create-akkasls-entity tool to support Akka Serverless development with the npm/JavaScript toolchain.

Usage

This tool can be used to generate a project suitable for the general development of Akka Serverless applications.

There are two templates available to select from:

  • value-entity (default); provides the starting point to develop a Value Entity
  • event-sourced-entity; provides the starting point to develop an Event Sourced Entity

To create the initial codebase for a new entity with npm:

npx @lightbend/create-akkasls-entity@latest my-entity --template value-entity
cd my-entity
npm install
npm run build

Or using Yarn:

yarn create @lightbend/akkasls-entity@latest my-entity --template value-entity
cd my-entity
yarn
yarn build

This module will be included as a dependency of the created project, providing the akkasls-codegen-js tool binary for your platform.

Building

To build and test locally, first install:

npm install

...then package:

npm pack

...and then install locally (substituting with the version that the above npm pack reports):

npm install -g lightbend-create-akkasls-entity-<some-version>.tgz

As the create-akkasls-entity command is now locally installed, you are able to run:

create-akkasls-entity my-entity
0.33.7

2 years ago

0.33.6

2 years ago

0.33.8

2 years ago

0.33.5

2 years ago

0.33.4

2 years ago

0.33.3

2 years ago

0.33.1

3 years ago

0.33.0

3 years ago

0.32.0

3 years ago

0.31.0

3 years ago

0.30.0-beta.2

3 years ago

0.30.0

3 years ago

0.27.0

3 years ago

0.26.0

3 years ago

0.24.2

3 years ago

0.25.0

3 years ago

0.23.0

3 years ago

0.22.0

3 years ago

0.21.0

3 years ago

0.20.0

3 years ago

0.19.0

3 years ago

0.19.1

3 years ago

0.18.1

3 years ago

0.18.0

3 years ago

0.15.0

3 years ago

0.16.0

3 years ago

0.17.0

3 years ago

0.14.0

3 years ago

0.14.1

3 years ago

0.13.1

3 years ago

0.13.2

3 years ago

0.13.0

3 years ago

0.12.1

3 years ago

0.12.0

3 years ago

0.11.0

3 years ago

0.10.5

3 years ago

0.10.3

3 years ago

0.10.4

3 years ago

0.10.0

3 years ago