Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackafro/packagemanager
Application for managing packages in Javascript projects
https://github.com/hackafro/packagemanager
Last synced: 2 months ago
JSON representation
Application for managing packages in Javascript projects
- Host: GitHub
- URL: https://github.com/hackafro/packagemanager
- Owner: HackAfro
- License: mit
- Created: 2019-03-29T13:40:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T20:55:18.000Z (about 2 years ago)
- Last Synced: 2023-02-28T14:37:03.543Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://github.com/HackAfro/PackageManager
- Size: 13.3 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Package Manager
![ScreenShot: App Main Screen](https://github.com/HackAfro/PackageManager/blob/master/assets/image_1.png)
## Why
Got tired of jumping to the terminal whenever I needed to update a bunch of packages within a project. I'm sure some of you can relate.
## How to
This application aims to provide a visual interface for developers to deal with packages in their projects. With this application you can manage multiple package.json files, view dependencies within them and update attached packages packages.
To get started, launch the application, click the **Select package file** button which launches a file select dialog. Pick your project's `package.json` file and you're good to go.
### Managing multiple projects
Managing multiple `package.json` files is pretty simple, while viewing an open `package.json` file, click the back button and select another file, you can easily switch between projects on the applications landing page.
![ScreenShot: Multiple projects screen](https://github.com/HackAfro/PackageManager/blob/master/assets/image_2.png)
### Find releases for packages in your package.json file
This application displays the latest versions of each package within your project, to upgrade each package version, select the desired version from the versions dropdown beside each project.
![ScreenShot: Update versions screen](https://github.com/HackAfro/PackageManager/blob/master/assets/image_3.png)
## Installation
Download the app from the [releases](https://github.com/hackafro/PackageManager/releases) page.
## OR
Clone the repository to your computer, build and run the project.
## New releases
For Windows users, you'll be notified whenever there's an update but unfortunately this doesn't apply on MacOS as the updater requires the application to be signed. The application hasn't been signed yet as it costs money to join the Apple developer program; until then you have to manually check for updates.
## Contributions
New ideas and features for the application are very welcome and contributions to close existing issues are also welcome. Clone the project to get started.
## License
Available under the MIT license.