Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aksharahegde/easynpm
- Owner: aksharahegde
- License: mit
- Created: 2023-07-20T09:22:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T16:18:48.000Z (9 months ago)
- Last Synced: 2024-10-14T01:21:06.420Z (3 months ago)
- Topics: nodejs, npm-package, npmjs, sveltekit, tailwindcss
- Language: Svelte
- Homepage: https://easynpm.netlify.app
- Size: 952 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyNPM
### Search & install command with one-click for npm packagesA 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/)
## 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.