@nadeshikon/trie-client
v1.0.3
Published
Downloads
2
Readme
Trie Client
Setup
- Install the package
[package name]
from npm by doingnpm i -g [package name]
- Run the command with
[package name]
Commands
[package name] -h
- Display the help menu[package name] add <keyword>
- Add a keyword to the trie state server[package name] list
| List all keywords in the trie server[package name] search <keyword>
| Search a specified keyword (case sensitive) in the trie state server[package name] suggest <prefix>
| Suggest possible keywords with a specified prefix (case sensitive) in the trie server[package name] remove <keyword>
| Remove a keyword from the trie state server