/npmax

Project Package Manager

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

npMax

screenshot-npMax-package-manager

The Open Source npm desktop GUI.

Runs on Linux, MacOS and Windows..

Download

Download for MacOS   |  Download for Linux   |  Download for Windows  

Contributing

Install the dependencies...

npm install
or
yarn install

...then start

npm run dev
or
yarn dev

Please read our Contributing Guide before submitting a Pull Request to the project.

Community support

For additional help, you can use one of these channels to ask a question:

Building and running in production mode

To create an optimised version of the app:

npm run dist
or
yarn dist