Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webfansplz/vtui-npm

Interactive CLI for npm - search and install JavaScript package.
https://github.com/webfansplz/vtui-npm

Last synced: 18 days ago
JSON representation

Interactive CLI for npm - search and install JavaScript package.

Awesome Lists containing this project

README

        







VTui NPM logo







Interactive CLI for npm - search and install JavaScript package. Powered by vue-termui.

## ๐Ÿ“บ Preview


VTui NPM

## ๐Ÿ”ฅ Features

- ๐Ÿ” **Powerful Search:** Search all the packages from npm and Yarn.
- ๐Ÿ‘ผ **User Friendly:** Search and install packages with a simple keystroke.
- ๐Ÿ“ฆ **Powerful Installer:** Support npm ยท yarn ยท pnpm ยท bun.

## ๐Ÿ“ฆ Install

```sh
npm install vtui-npm
```

## ๐ŸŽฎ Usage

Open the terminal and then typing `vnpm`.

```sh
vnpm
```

```sh
# Switch to npm registry for search (algolia by default),we recommend using the algolia search.
vnpm -n | vnpm --npm
```

## ๐Ÿ’— Credits

- Search powered by [Algolia](https://github.com/algolia/algoliasearch-client-javascript).
- Installer powered by [@antfu/ni](https://github.com/antfu/ni).
- Terminal UI powered by [vue-termui](https://github.com/vue-terminal/vue-termui).

## ๐Ÿ“„ License

[MIT](./LICENSE)