Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yokesharun/remallow
GUI for React NPM Package Manager!
https://github.com/yokesharun/remallow
gui javascript nodejs npm npm-manager npm-package package-manager react ui
Last synced: 11 days ago
JSON representation
GUI for React NPM Package Manager!
- Host: GitHub
- URL: https://github.com/yokesharun/remallow
- Owner: yokesharun
- License: mit
- Created: 2021-12-02T11:10:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T11:25:07.000Z (over 2 years ago)
- Last Synced: 2024-12-18T02:07:52.330Z (18 days ago)
- Topics: gui, javascript, nodejs, npm, npm-manager, npm-package, package-manager, react, ui
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/remallow
- Size: 390 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Remallow - NPM / React Package Manager
![GitHub package.json version](https://img.shields.io/github/package-json/v/yokesharun/remallow)
![Downloads](https://img.shields.io/npm/dt/remallow)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)
GUI for React Package Managing!
Its a simple graphical user interface tool for manage your package.json or npm package. You can search, install and delete your npm packages with terminal commands.Developed espicially for react projects.
-------
## Installation
You need to install it globally using npm
```
npm install -g remallow
```Note: make sure you have install all packages in your project using npm or yarn
## Validate InstallationNow Remallow package is globally installed in your local machine and you can use it anywhere inside your local machine.
To validate your installation just type this command
```
remallow --test
```## Usage
Open Terminal and navigate to your npm or react project where your package.json is located and type
```
cd ./react-npm-project // navigate to your project where your package.json is located
remallow // run this command
```
## Screenshot## Roadmap
- Code Coverage
- yarn support
- improve API
- Integration Testing
- showing Actual lock file version
- adding more functionality to npm
- Improve tests and coverage
- Improve performanceReport your issues here : https://github.com/yokesharun/remallow/issues
## Thanks
- [Bulma CSS Framwork](https://github.com/jgthms/bulma) for design
## License
Released under [MIT](/LICENSE) by [@yokesharun](https://github.com/yokesharun).