Coder Social home page Coder Social logo

fnm's Introduction

fnm

fnm is a node version manager using ideas from tj/n, wbyoung/avn and creationix/nvm for fish.

Features

  • No sudo

  • No configuration

  • Cached downloads

  • Automatic version switching

Install

With fisherman

fisher fnm

Usage

Use node 5.5.0.

fnm 5.5.0
node -v
v5.5.0

Use a .fnmrc file.

echo 5.10.1 > .fnmrc
node -v
v5.10.1

Use the latest stable node release.

fnm latest

Use the latest LTS (long-term support) node release.

fnm lts

Select a version interactively.

fnm
  5.5.0
  5.10.0
• 5.10.1

List all versions available for download.

fnm ls
  ...
- 5.5.0   # downloaded
  5.6.0
  ...
  5.9.1
- 5.10.0  # downloaded
• 5.10.1  # active version

Remove a version.

fnm rm 5.5.0

Customize the download mirror.

set -U fnm_mirror http://npm.taobao.org/mirrors/node

fnm's People

Contributors

fabioantunes avatar jojibucaran avatar matan129 avatar vincentbel avatar wesbaker avatar yohanboniface avatar

Watchers

 avatar  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.