https://github.com/navjotdhanawat/npm-visualizer
Manage your npm dependencies using GUI
https://github.com/navjotdhanawat/npm-visualizer
gui manager node npm package
Last synced: 2 months ago
JSON representation
Manage your npm dependencies using GUI
- Host: GitHub
- URL: https://github.com/navjotdhanawat/npm-visualizer
- Owner: navjotdhanawat
- License: cc0-1.0
- Created: 2017-12-02T05:57:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T10:54:06.000Z (over 8 years ago)
- Last Synced: 2025-01-24T12:12:08.142Z (over 1 year ago)
- Topics: gui, manager, node, npm, package
- Language: JavaScript
- Homepage:
- Size: 518 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NPM Visualizer: Manage NPM packages with GUI

#### Features:
1. Import multiple projects(NPM CLI Projects)
2. List all packages with current version, wanted version, latest version
3. Update, Remove, update project, update to latest version on single click.
4. Cross Desktop Application i.e Windows, Linux, ubuntu etc. (Tested on Ubuntu, MacOs Sierra).
#### Want to Play or Contribute:
```
1. git clone https://github.com/navjotdhanawat/npm-visualizer.git
2. cd npm-visualizer
3. npm install
4. npm start
```
#### Create ubuntu installer file(.deb file):
```
npm run dist
```
#### Technology Stack:
1. [ReactJs](https://reactjs.org/)
2. [Electron](https://electronjs.org/)
3. [React-Material](http://www.material-ui.com/#/)
#### Todo:
1. Interaction with global NPM packages.
2. Include project scripts to GUI(npm start, build, deploy, webpack etc).
3. Logs implementation.
4. Show background processing on GUI(Terminal output).
5. Search packages from NPM regestry and install.
6. Analyse packages for security check and notify.
7. Webpack integration.