nmanager
v2.2.0
Published
A network manager cli
Readme
Network Manager (nmanager)
A cross-platform CLI to configure, monitor, and troubleshoot network connections on Linux (Windows support planned). 🛠️
Contents
Features
- 🖥️ Cross-platform design: Linux today, Windows support planned
- 🧭 User-friendly interface for managing network settings
Installation
pnpm install -g nmanagerUsage
ℹ️ Show available commands and options:
nmanager
nmanager --help🧭 List all commands and subcommands:
The nmanager --commands command displays a list of all available commands and subcommands, helping you explore the CLI's full capabilities.
nmanager --commandsContributing
🤝 Contributions are welcome! Fork the repository and open a pull request.
We use Commitizen to format commit messages and keep a consistent, conventional commit history (this helps with changelogs and releases).
Please use Commitizen when creating commits. Make sure to run Commitizen commands from the project root directory. Install and run it using one of the options below:
Install globally
pnpm i -g commitizenThen, to create a commit:
pnpm commit
# or
git cz
# or
pnpx czThanks for following the project's commit conventions — it makes releases and changelogs much smoother.
License
📝 Network Manager (nmanager) is licensed under the MIT License. See the LICENSE file for details.
Changelog
See the full changelog in the CHANGELOG.md file.
