Skip to content

cxe/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CXE NodeJS SDK

Software Development Kit for creating dockerized NodeJS applications and webservices.

Download and Install

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

Getting Started

# learn more about the commandline options
cxe --help

# start an interactive terminal in a docker image mounting the current working directory
cxe node:latest

About

Dockerized Software Development Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages