1.0.3 • Published 13 days ago

netjs-cli v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
13 days ago

About The Project

NetJS Screenshot

How to set up your network interfaces in linux? With commands like ip or ifconfig. Unfortuantely many begginers to linux do not feel comfortable with raw text output and raw commands. NetJS makes setting up network interfaces easier and faster.

Getting Started

To get started you simply need to install NetJS gloablly via npm. WARNING! NetJS supports only Linux operating systems.

Prerequisites

First, you have to install some dependecies:

  • iproute2
  • dhclient or dhcpcd
  • sudo

However all of these packages should be preinstalled on any Linux distro. And ofcourse you need Node.JS also: https://nodejs.org

Installation

Simply type:

sudo npm i -g netjs-cli

Usage

Simply type in your terminal:

netjs

and move with your arrows. Select option, select additional parameters and the magic is done.

Roadmap

  • Listing interfaces
  • Adding/removing ip addresses
  • Flushing ip addresses
  • Inheriting addresses from DHCP
  • Changing state of interface
  • Editing default gateway
  • Editing DNS addresses
  • Saving configuration without any network manager installed (make own manager)
  • Exporting configuration to netplan and /etc/network.d
  • Editing routes
  • And more in the future

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache2.0 License. See LICENSE.txt for more information.

Contact

Filip Śliwa - @ipyz on Discord

Project Link: https://github.com/IpyZ/netjs

Acknowledgments

1.0.3

13 days ago

1.0.2

2 months ago

1.0.1

4 months ago

1.0.0-1

4 months ago

1.0.0

4 months ago