https://github.com/friedrith/node-wifi-cli
A command line interface for node-wifi
https://github.com/friedrith/node-wifi-cli
Last synced: over 1 year ago
JSON representation
A command line interface for node-wifi
- Host: GitHub
- URL: https://github.com/friedrith/node-wifi-cli
- Owner: friedrith
- License: mit
- Created: 2021-08-12T13:02:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T15:00:40.000Z (almost 5 years ago)
- Last Synced: 2024-04-15T02:03:08.659Z (over 2 years ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# node-wifi-cli
A command line interface for node-wifi.
This library is a wrapper around [node-wifi](https://github.com/friedrith/node-wifi).
## Getting started
```bash
npm install node-wifi-cli -g
node-wifi-cli --scan
node-wifi-cli --connect --ssid --password [--iface ]
node-wifi-cli --disconnect
node-wifi-cli --current
# You can also use npx
npx node-wifi-cli --scan
```
## Contribute
Please read [development guidelines](./CONTRIBUTING.md) before proposing a pull request.