0.0.5 • Published 5 years ago

@dlorian/ts-factory-cli v0.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

time-series-factory cli

Sonarcloud

time-series-factory (ts-factory or tsf) let you create times series mock data with your CLI.

Requirements

Make sure you have installed node with npm on you machine;

How to install

Run the following command within your terminal

npm install -g @dlorian/ts-factory-cli

How to run

You can run ts-factory-cli either with Commander or Inquirer.

Choose the one you prefer or which is better supported by your terminal. There might be some issues with Inquirer. See here for supproted terminals.

Use it with Commander

To run it with Commander type the following

tsf -s 2019-01-01 -e 2020-01-01 -f json -g 15min

This will create a time series for the year 2019 with a quarter hour granualrity written as json.

Use it with Inquirer

To run it with Inquirer type the following

tsfi

After that, you will ask some questions for time series creation.

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago