remallow

GUI for NPM Package Managing!

Usage no npm install needed!

<script type="module">
  import remallow from 'https://cdn.skypack.dev/remallow';
</script>

README

Remallow - NPM / React Package Manager

GitHub package.json version Downloads 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 Installation

Now 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 performance

Report your issues here : https://github.com/yokesharun/remallow/issues

Thanks

License

Released under MIT by @yokesharun.