Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/webfansplz/vtui-npm
- Owner: webfansplz
- License: mit
- Created: 2022-11-01T15:01:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T15:28:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T14:57:40.464Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 6.04 MB
- Stars: 206
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Interactive CLI for npm - search and install JavaScript package. Powered by vue-termui.## ๐บ Preview
## ๐ฅ 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)