GithubHelp home page GithubHelp logo

zhangaz1 / dvm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from justjavac/dvm

0.0 1.0 0.0 560 KB

Deno Version Manager - Easy way to manage multiple active deno versions.

License: GNU General Public License v3.0

JavaScript 98.29% Batchfile 1.71%

dvm's Introduction

Deno Version Manager

npm package

Build Status NPM version NPM Downloads Install Size

Switch between different versions of Deno.

TODO

  • dvm ls-remote
  • dvm install x.x.x -r denocn

Installation

Currently you can use npm to install dvm:

npm install -g dvm

Usage

➜  ~  dvm --help

Usage: dvm [options] [command]

Options:

  -v, --version      output the version number
  -d, --debug        Print verbose infos for debug
  -h, --help         output usage information

Commands:

  arch               Show if deno is running in 32 or 64 bit mode
  list               List all installed versions
  install <version>  Install deno <version>
  use [version]      Switch to use the specified version

Verify installation

To verify that dvm has been installed, do:

dvm -v

which should output dvm's version if the installation was successful.

Initialisation

Calling dvm will creates an ~/.dvm/ directory if it doesn't exist, and all installed versions of deno will put into ~/.dvm.

➜  ~  dvm
Creating /Users/justjavac/.dvm

Note For Windows Users

You may have to run dvm in a shell (cmd, PowerShell, Git Bash, etc) with elevated (Administrative) privileges to get it to run.

➜  ~  dvm use 0.1.2
You may have to run dvm in a shell (cmd, PowerShell, Git Bash, etc) with elevated (Administrative) privileges to get it to run.

Known deno download registry Mirrors

TODO

For your convenience, when you use dvm install to install a specific version of deno, you can pick a registry. Currently we provide these registries built in:

  • deno: dvm install 0.1.2 -r deno
  • denocn: dvm install 0.1.2 -r denocn

Example

Listing versions

List all installed versions:

➜  ~  dvm list
 * 0.1.0
   0.1.1
   0.1.2

The version with a asterisk(*) means that this version is the version currently in use.

Switching version

➜  ~  dvm use 0.1.2
now use 0.1.2
➜  ~  dvm use 0.0.2
deno v0.0.2 is not installed. Use `dvm install 0.0.2` to install it first.

Authors

Contributors

License

Deno Version Manager(dvm) is released under the GPL License. See the bundled LICENSE file for details.

dvm's People

Contributors

justjavac avatar dependabot[bot] avatar njugray avatar chinanf-boy avatar zhu-xiaoming avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.