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

Latest commit

 

History

History
25 lines (21 loc) · 679 Bytes

File metadata and controls

25 lines (21 loc) · 679 Bytes
layout home
tagline The JavaScript Launcher 🚀
start https://docs.jetson.sh/guide/getting-started/
features
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