zjuwlan

Command line tool for authenticating to ZJUWLAN.

Usage no npm install needed!

<script type="module">
  import zjuwlan from 'https://cdn.skypack.dev/zjuwlan';
</script>

README

ZJUWLAN

Command line tool for authenticating to ZJUWLAN.

Install

Note: If you don't have node environment already, you have to install node first.

$ yarn global add zjuwlan
# or
$ npm install -g zjuwlan

Usage

Show help:

$ zjuwlan -h # or --help

Login:

$ zjuwlan -u [your-username] -p [your-password]

It will store your username and password. So on the next time, you can simply type:

$ zjuwlan

Issue

If you found any bug or would like to request for some features, welcome to submit an issue or PR!