@hyperlog/cli
v0.2.0
Published
Code to Analyse user profiles
Downloads
14
Readme
Profile Analysis for Hyperlog
This repository contains the code for the profile analysis.
This code is made open source for inspection purposes only. This is tightly coupled with AWS and custom backend at Hyperlog.
How to Compile for Testing?
First, start the hyperlog backend server. This repository communicates with the server at localhost port 8000
. Normal hyperlog backend should work. Simply clone this repository, and run the following commands in the repo.
$ npm install
$ npm run build
$ profile-analysis --help
Commands
login
This command logs you in the CLI and stores your basic information collected from the hyperlog servers.
USAGE:
profile-analysis login
analyse
This command starts to analyse your profile and stores the data in the local config file for now.
USAGE:
profile-analysis login