A command line interface tool built with Python and Click.
Clone this repository and install in development mode:
git clone https://github.com/yourusername/nwd.git
cd nwd
pip install -e .
After installation, you can use the nwd
command:
# Say hello
nwd hello "World"
# Check version
nwd version
hello NAME
: Say hello to NAMEversion
: Show the current version
-
Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Install in development mode:
pip install -e .
This project is licensed under the MIT License.