0.9.1 • Published 26 days ago

@restatedev/create-app v0.9.1

Weekly downloads
-
License
MIT
Repository
github
Last release
26 days ago

Documentation Examples Discord Twitter

Restate Template for TypeScript / NodeJS services

This is a template for a Restate-based service in TypeScript.

tl;dr

To create a template service, use this sequence of commands:

npx -y @restatedev/create-app@latest
cd restate-node-template

npm install

npm run app-dev

For more details, check the Get started documentation

Useful links

Contributing to this template

The template that is generated by the npx @restatedev/create-app is available here: https://github.com/restatedev/examples/tree/main/templates/typescript

The last released version is automatically picked up by the tool.

Releasing via release-it

Releasing a new npm package from this repo requires:

npm run release
# now select what type of release you want to do and say yes to the rest of the options

The actual npm publish is run by GitHub actions once a GitHub release is created.

Releasing manually

  1. Create and push a tag of the form vX.Y.Z to the upstream repository
  2. Create a new GitHub release

Creating the GitHub release will trigger npm publish via GitHub actions.

0.9.0

26 days ago

0.9.1

26 days ago

0.8.2

2 months ago

0.8.0

3 months ago

0.7.1

4 months ago

0.7.0

4 months ago

0.6.0

5 months ago

0.5.0

6 months ago

0.4.1

6 months ago

0.4.0

7 months ago