Skip to content

yohanboniface/fin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fin

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

Features

  • No sudo

  • Zero configuration

  • Cached downloads

  • Automatic version switching

Install

With fisherman

fisher fin

Usage

Use node 5.5.0.

fin 5.5.0
node -v
v5.5.0

Use a .finrc file.

echo 5.10.1 > .finrc
node -v
v5.10.1

Use the latest stable node release.

fin latest

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

fin lts

Select a version interactively.

fin
  5.5.0
  5.10.0
• 5.10.1

List all versions available for download.

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

Remove a version.

fin rm 5.5.0

Customize the download mirror.

set -u fin_mirror http:https://npm.taobao.org/mirrors/node

About

node.js version manager for fish

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 100.0%