No description
Find a file
2023-01-24 18:59:02 +02:00
src Fixes for Windows 2023-01-24 18:59:02 +02:00
.gitignore Fixes for Windows 2023-01-24 18:59:02 +02:00
nimblex.nimble first commit 2023-01-24 16:15:56 +02:00
README.md Fixes for Windows 2023-01-24 18:59:02 +02:00

NimbleX

Like npx for Nim, this tool lets you run a package directly from the Nimble Directory. Packages will be installed if not found. Examples:

# Start a static HTTP server
nimblex staticserver
# Start the Moe editor
nimblex moe
# Use c2nim
nimblex c2nim --help

This tool will first search for the binary/package name on the PATH, so it's safe to just prefix any command with nimblex even if they don't come from Nim:

nimblex echo "Hi" > file.txt
nimblex ifconfig
nimblex pwd