0.3.0 • Published 2 years ago

exoframe-template-node-16-lts v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

exoframe-template-node-16-lts

Node.JS 16 LTS Alpine (node:lts-alpine) deployment template for exoframe.

Usage

# Install the template into exoframe (needs to be installed globally, or use npx exoframe instead)
$ echo "exoframe-template-node-16-lts" | exoframe template
# Change directory to static website to deploy with SPA support (React, Vue, etc)
$ cd ./static_website
# Changes template to this one
$ jq '.template |= "exoframe-template-node-16-lts"' json | tee exoframe.json
# Enjoy :)
$ exoframe deploy --update # (or no --update; as you wish)

See also

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago