Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvpanoz/luna
Manage npm dependencies through a modern UI.
https://github.com/rvpanoz/luna
electron epics javascript linux macos material-ui nodejs npm npm-desktop-manager npm-gui npm-management observables react reactjs redux redux-observable rxjs6 webpack windows
Last synced: 3 days ago
JSON representation
Manage npm dependencies through a modern UI.
- Host: GitHub
- URL: https://github.com/rvpanoz/luna
- Owner: rvpanoz
- License: gpl-3.0
- Created: 2017-09-18T22:22:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T11:44:27.000Z (over 2 years ago)
- Last Synced: 2024-11-21T21:03:29.644Z (21 days ago)
- Topics: electron, epics, javascript, linux, macos, material-ui, nodejs, npm, npm-desktop-manager, npm-gui, npm-management, observables, react, reactjs, redux, redux-observable, rxjs6, webpack, windows
- Language: JavaScript
- Homepage:
- Size: 19.4 MB
- Stars: 1,008
- Watchers: 23
- Forks: 42
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-npm - luna - App to manage npm dependencies. (Packages / Other)
- awesome-npm - luna - App to manage npm dependencies. (Packages / Other)
README
## Luna - npm management through a modern UI. Built with Electron :hibiscus:
npm desktop manager for handling npm dependencies. Supported platforms: OS X Windows and Linux.
---
[![Build Status](https://travis-ci.com/rvpanoz/luna.svg?branch=master)](https://travis-ci.com/rvpanoz/luna)
[![CodeFactor](https://www.codefactor.io/repository/github/rvpanoz/luna/badge)](https://www.codefactor.io/repository/github/rvpanoz/luna)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![NPM Version](https://img.shields.io/npm/v/npm.svg?style=flat)]()
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Frvpanoz%2Fluna.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Frvpanoz%2Fluna?ref=badge_shield)
## Motivation
Luna was created with main purpose to provide a flexible and modern UI for npm dependencies management. You can install, update and uninstall packages using a user interface build on latest web technologies.
## Features
- Manage global and local packages
- Search for new packages
- Install packages
- Update packages
- Uninstall packages
- Filter packages by name, group and outdated
- Preview package details (versions, statistics, dependencies and more)
- Get notifications for missing dependencies or extraneous packages## Screenshots
## How it works
The Renderer Process architecture:
- Action (Event) driven nature
- The IO Management, Business Logic Management and Predictable Application State Management processors (middlewares)
are subscribers of the application action stream.
- The IO Management and Business Logic Management are consumers and producers of actions.
- The Predictable State Management is just a consumer of actions
- The views are listeners of the predictable state and they are re rendered whenever the predictable state changes
and they produce actions upon the user interaction (clicks)
## Usage
Install application's dependencies:
`npm install`
Start the application
`npm start`
Start the development server and run the application in development mode:
`npm run dev`
## Binaries
All binaries of the latest version are uploaded to the [releases](https://github.com/rvpanoz/luna/releases)
## Tech Stack
- [Electron](https://electronjs.org//) - [🛠](https://stackshare.io/electron) - [🐙](https://github.com/electron/electron) - Build cross-platform desktop apps with JavaScript, HTML, and CSS
- [React](https://reactjs.org/) - [🛠](https://stackshare.io/react) - [🐙](https://github.com/facebook/react) - React is a JavaScript library for building user interfaces
- [Redux](https://redux.js.org/) - [🛠](https://stackshare.io/reduxjs) - [🐙](https://github.com/reduxjs/redux) - Predictable state container for JavaScript apps
- [Webpack](https://webpack.js.org/) - [🛠️](https://stackshare.io/webpack) - [🐙](https://github.com/webpack/webpack) - A static module bundler for modern JavaScript applications.
- [Babel](https://babeljs.io/) - [🛠️](https://stackshare.io/babel) - [🐙](https://github.com/babel/babel) - A JavaScript compiler; use next generation JavaScript, today.
- [Rxjs](https://rxjs-dev.firebaseapp.com/) - [🛠️](https://stackshare.io/rxjs) - [🐙](https://github.com/Reactive-Extensions/RxJS) - Reactive extensions library for Javascript
- [Material-UI](https://material-ui.com//) - [🛠️](https://stackshare.io/material-ui) - [🐙](https://github.com/mui-org/material-ui) - React components that implement Google's Material Design.## GreeceJS meetup presentation
You can view my presentation in the GreeceJS meetup at http://bit.ly/2RES3AN
## Contributing and Issues
Contributions, issues and feature requests are welcome.
Feel free to check [issues page](https://github.com/rvpanoz/luna/issues).Pull requests are always welcome. 💪
Be sure to merge the latest from "upstream" before making a pull request. 🙏## License
Copyright © 2020 [rvpanoz](https://github.com/rvpanoz). This project is [GPL-3.0](https://github.com/rvpanoz/luna/blob/master/LICENSE) licensed.
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frvpanoz%2Fluna.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Frvpanoz%2Fluna?ref=badge_large)
---
In memory of my friend luna :heart: