npm desktop manager for handling npm packages. Supported platforms: OS X Windows and Linux. Build on Electron
- Manage global packages
- Analyze a local directory using package.json
- Search npm for new packages
- Install new packages - multiple
- Uninstall packages - multiple
- Update existing packages
- Preview package details (versions, statistics, dependencies and more)
- Get notifications for missing dependencies
Latest stable release (v2.2.0)
Debian Download
AppImage Download
Download update release soon
Install application's dependencies:
npm install
In order to start the development server:
npm run dev
As of version 2.2 because there are some core dependencies updates you have to remove the node_modules folders and run a clean install
If you'd like to make some changes:
- Fork this repository to your own GitHub account and then clone it to your local device
- Install npm globally and run
npm install
to install application's dependencies - Build and start the application with
npm run dev
- Submit a pull request with your changes 💥
Luna is alive thanks to these great libs and frameworks:
Electron https://electronjs.org/
ReactJS https://reactjs.org/
Material-ui https://material-ui-next.com/
d3js https://d3js.org/