Skip to content

Usage

🚀 Basic Commands

Terminal window
# Compile your code to an executable
astra build index.js
# ^ your entry file (optional if "main" is set in package.json)
# Preinstall Node.js on your pc (you have to do it once)
astra install
# Show available Node.js versions
astra versions