Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 679 Bytes

index.md

File metadata and controls

25 lines (21 loc) · 679 Bytes
layout tagline start features
home
The JavaScript Launcher 🚀
title description
Reliable
Ensure everyone in your project uses an identical dev environment, from the Node version to your preferred package manager.
title description
Universal
Enjoy the same command-line experience in every shell and every major operating system.
title description
Fast
Jetson is implemented in Rust and deployed as a static executable for maximum performance.

Try it out!

# install Jetson
curl -sSLf https://get.jetson.sh | bash

# install Node
jetson install node

# start using Node
node