rvn
v1.1.0
Published
A CLI to search in your code repositories
Downloads
11
Readme
rvn
A CLI to search in your code repositories
Installation
npm install -g rvn
Getting started
rvn
Development
If you want to develop for rvn
yarn install
./src/rvn
You can also configure rvn to use a local configuration file by create a file .env next to the file package.json with the content:
MODE=dev
Links
Terminal
- prompts: light cli prompts
- Inquirer.js: cli prompts
- cli terminal link
- chalk
- command-line-args parse arguments
- ora: Elegant terminal spinner
Full text search engine database
- elasticsearch
- flexsearch
- elasticlunr.js
- meilisearch: Next generation search API, doesn't return the position
- lunrjs: doesn't return the position
- elasticlunr.js: doesn't return the position
- norch: http wrapper around
search-index
- search-index: doesn't return the position