ndm - npm GUI management tool - OSS Daily

Daily Open Source News for IT Engineer and Designer

Breaking

Home Top Ad

Post Top Ad

Wednesday, October 4, 2017

ndm - npm GUI management tool

When developing with node, npm is indispensable as package management. Since npm is a CLI tool, it operates using a terminal. For most developers, that will not be a problem.

However, as nodes become popular, people who are not developers are also using npm. I would like to use it there is ndm.

How to use ndm


Specifying the project directory will parse package.json and list the installed libraries.

You can also update npm body.
 

Update and install the library.

You will get notified when the installation is over.

To install a new library, specify it with such a box.

ndm has wrapped npm, but since it is possible to register multiple projects, it is easy to change the directory at the terminal and do not do it. It seems to be useful for developers operating multiple projects using node.

ndm is Open Source software (GPL v3) made by Electron / JavaScript.



No comments:

Post a Comment

Post Bottom Ad