Software Development Kit for creating dockerized NodeJS applications and webservices.
npm i @cxe/sdk -g
or
npx @cxe/sdk
or
curl https://raw.githubusercontent.com/cxe/sdk/master/cli --create-dirs -o ~/.cxe/cli && \
chmod +x ~/.cxe/cli && \
~/.cxe/cli --install
# learn more about the commandline options
cxe --help
# start an interactive terminal in a docker image mounting the current working directory
cxe node:latest