Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
/ ndenv-default-npms Public archive

Automatically install npms to global you run ndenv install. based on rbenv-default-gems

Notifications You must be signed in to change notification settings

kaave/ndenv-default-npms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ndenv-default-npms

This ndenv plugin is simular to rbenv-default-gems: It hooks into the ndenv install command to automatically install npms to global on every time you install a new version of Node.js or io.js.

How to install

git clone https://github.com/kaave/ndenv-default-npms.git $(ndenv root)/plugins/ndenv-default-npms

Add default-npms file

Create text file to $(ndenv root)/default-npms and add your need packages.

#----------------
# Example setting
#----------------

# Lines beginning with a # are comment line.

npm
# => npm i -g npm

coffee-script@1.9.0
# => npm i -g coffee-script@1.9.0

typescript@next
# => npm i -g typescript@next

About

Automatically install npms to global you run ndenv install. based on rbenv-default-gems

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages