Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aksharahegde/easynpm

A modern minimal UI for searching node packages built using npm registry API
https://github.com/aksharahegde/easynpm

nodejs npm-package npmjs sveltekit tailwindcss

Last synced: about 2 months ago
JSON representation

A modern minimal UI for searching node packages built using npm registry API

Awesome Lists containing this project

README

        

# EasyNPM
### Search & install command with one-click for npm packages

A platform where developers can easily search for nodejs packages and take a glance at details without leaving the page. One-click copy option for popular package managers like npm, yarn and pnpm.

[Website](https://easynpm.netlify.app/)

EasyNPM - Search & install command with one-click for npm packages | Product Hunt

## Screenshots
### Search results

### Advanced filters

### One-click Copy / Bag
Copy the installation command to your clipboard or add to your bag with one click.

## Developing

Install dependencies with `yarn install` and run server with,

```bash
yarn dev
```

You can preview the production build with `yarn build && yarn preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.