JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q29753F
  • License ISC

wakes up computer(s) on LAN, keeps a list of computers handy

Package Exports

  • wakey

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wakey) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

command line utility to wake up computer(s) on LAN from sleep. It keeps a list of computers so you don't have to remember the MAC addresses.

Usage

  • wakey help - displays help
  • wakey list - list all computer entries saved in the wakey registry, which is a JSON file stored at ~/wakey.json
  • wakey add <name> <MAC> - adds an entry to the registry
  • wakey delete <name> - deletes an entry from the registry
  • wakey <name> - wakes up a computer

Note

Some configurations are required to enable the Wake on LAN feature of a computer. This StackExchange page provides some information on how to configure it.