@remote.it/bulkreg

Utility to autogenerate a remote.it bulk registration file with prop data.

Usage no npm install needed!

<script type="module">
  import remoteItBulkreg from 'https://cdn.skypack.dev/@remote.it/bulkreg';
</script>

README

@remote.it/bulkreg

NPM version NPM downloads

Utility to autogenerate a Remote.it bulk registration file with prop data.

Installation

npm install -g @remote.it/bulkreg

Usage

$: bulkreg -n 500 ./props-devices-1.csv

Bulk registration CSV file with 500 prop devices created at ./props-devices-1.csv.

$: bulkreg ./props-devices-2.csv

Bulk registration CSV file with 10 prop devices created at ./props-devices-2.csv.

Help

$: bulkreg --help

  Usage: bulkreg [options]

  NPM module to autogenerate a Remote.it bulk registration file with prop data.

  Options:

    -V, --version  output the version number
    -n, --number   The number of prop devices to be created.
    -h, --help     output usage information

License

MIT