/polling_tool

Primary LanguageJavaScript

Polling Tool

実行ファイル化に必要なパッケージをGlobalにインストール

npm install -g pkg

実行に必要なパッケージをローカルにインストール

yarn install

初期設定(サンプルconfigを複製)

yarn init:config

ポーリング試験を実行

yarn start

ポーリング試験のスクリプトを実行ファイルに変換

yarn build

参考サイト