https://github.com/jamesgeorge007/nuxt-modules-cli
Browse Nuxt.js modules from the terminal
https://github.com/jamesgeorge007/nuxt-modules-cli
command-line command-line-tool commanderjs javascript nodejs nuxt nuxt-modules nuxtjs vuejs
Last synced: about 1 year ago
JSON representation
Browse Nuxt.js modules from the terminal
- Host: GitHub
- URL: https://github.com/jamesgeorge007/nuxt-modules-cli
- Owner: jamesgeorge007
- Created: 2020-10-22T18:12:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T15:19:06.000Z (almost 5 years ago)
- Last Synced: 2025-04-22T20:11:51.286Z (about 1 year ago)
- Topics: command-line, command-line-tool, commanderjs, javascript, nodejs, nuxt, nuxt-modules, nuxtjs, vuejs
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://madewithvuejs.com/p/nuxt-modules-cli/shield-link)
# nuxt-modules-cli
Browse Nuxt.js modules from the terminal.
```sh
Usage: nuxt-modules [options]
Options:
-V, --version output the version number
-h, --help display help for command
```
## :sparkles: Installation
```bash
npm install -g nuxt-modules-cli
```
Or with `npx`
```bash
npx nuxt-modules-cli
```
## :zap: Usage
```bash
nuxt-modules
```
### :point_right: Search for a Nuxt.js module

### :point_right: Apply filters (Type/Category)

## Featured
Got featured by [Sébastien Chopin](https://twitter.com/Atinux/status/1320054248089047041?s=20)
_Inspired by [nuxt/modules](https://github.com/nuxt/modules)_