Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

llvmvm

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

llvmvm

LLVMVM Manager and Downloader

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

LLVMVM

By Chris Cates :star:

LLVM Version Manager and Downloader for Unix

Usage

  1. Install via npm or yarn:
# With npm
sudo npm install @chriscates/llvmvm -g

# With yarn
yarn global add @chriscates/llvmvm
  1. Interact with LLVMVM and install what you need:
# llvmvm help output
llvmvm --help

# Get list of all available versions of llvm
llvmvm --scan

# Get specific OSes for a selected version
llvmvm --scanv 45

# Download and Install a specific version of LLVM
llvmvm --install --version 45 --binary 15

Compiling for yourself

Assuming you have Typescript Compiler installed for Node.js... All you need to do is run:

# To build the scripts
yarn build 

# To test the script itself
yarn start --help

Additional Notes

  • This project pulls versions from https://llvm.org/. llvmvm will always be up to date... Unless llvm.org migrates to a different website.

  • Make sure to verbosely specify the OS you want to install llvm for.

  • MIT Licensed :heart:

FAQs

Package last updated on 02 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc