nimblex

Run command line tools directly from the Nimble Directory

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-02 07:21

Authors

  • jjv360

Installation

nimble install nimblex
choosenim install nimblex
git clone https://github.com/jjv360/nimblex

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nimblex - - - - - - -

Dependencies

Package Version Optional
nim >= 1.6.10 No

Source

Repository https://github.com/jjv360/nimblex
Homepage https://github.com/jjv360/nimblex
Registry Source nimble_official

README

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