Skip to content

namvdo/nwd-cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NWD CLI Tool

A command line interface tool built with Python and Click.

Installation

Clone this repository and install in development mode:

git clone https://github.com/yourusername/nwd.git
cd nwd
pip install -e .

Usage

After installation, you can use the nwd command:

# Say hello
nwd hello "World"

# Check version
nwd version

Commands

  • hello NAME: Say hello to NAME
  • version: Show the current version

Development

  1. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  2. Install dependencies:

    pip install -r requirements.txt
  3. Install in development mode:

    pip install -e .

License

This project is licensed under the MIT License.

About

A small program to explore Normalized Web Distance (NWD) with NCD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages