Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehdiraized/npmax
Project Package Manager
https://github.com/mehdiraized/npmax
npm npm-package package-manager
Last synced: about 1 month ago
JSON representation
Project Package Manager
- Host: GitHub
- URL: https://github.com/mehdiraized/npmax
- Owner: mehdiraized
- License: gpl-3.0
- Created: 2020-07-07T22:54:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T07:26:46.000Z (4 months ago)
- Last Synced: 2024-08-18T08:33:41.067Z (4 months ago)
- Topics: npm, npm-package, package-manager
- Language: JavaScript
- Homepage: https://mehdiraized.github.io/npmax/
- Size: 2.83 MB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
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
README
# npMax
![screenshot-npMax-package-manager](https://mehdiraized.github.io/npmax/dist/images/coverApp.png)
The Open Source npm desktop GUI.
Runs on Linux, MacOS and Windows..
## Download Npmax
**[Download for MacOS Arm](https://github.com/mehdiraized/npmax/releases/download/v1.0.2/npMax-1.0.2-arm64.dmg)**
**[Download for MacOS x64](https://github.com/mehdiraized/npmax/releases/download/v1.0.2/npMax-1.0.2.dmg)**
**[Download for Linux](https://github.com/mehdiraized/npmax/releases/download/v1.0.2/npMax-1.0.2-arm64.AppImage)**
**[Download for Windows](https://github.com/mehdiraized/npmax/releases/download/v1.0.2/npMax-1.0.2-win.zip)**
[All Releases](https://github.com/mehdiraized/npmax/releases/)
## Contributing
Install the dependencies...
```bash
npm install
or
yarn install
```...then start
```bash
npm run dev
or
yarn dev
```Please read our [Contributing Guide](./CONTRIBUTING.md) before submitting a Pull Request to the project.
## Community support
For additional help, you can use one of these channels to ask a question:
- [GitHub](https://github.com/mehdiraized/npmax) (Bug reports, Contributions)
- [Twitter](https://twitter.com/npMax_app) (Get the news fast)
- [Telegram](https://t.me/npmax_app)## Building and running in production mode
To create an optimized version of the app:
```bash
npm run dist
or
yarn dist
```