0.1.8 • Published 5 years ago

lincor-cli v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Lincor - CLI

Command Line Interface to Lincor API.

Requirements

You need node.js and a package manager (npm or yarn) to install and use the app.

Installation

Install globally using your favourite package manager.

Using Yarn

$ yarn global add lincor-cli

Using NPM

$ npm -g i lincor-cli

Usage

First, make sure your package manager's global bin directory is in PATH.

Run the commnad to list available options:

$ lincor --help

Authorization

Most commands require the user to be authorized. In order to sign in, provide a JSON file with the followig contents:

{
  "companyname": "<company name here>",
  "username": "<username goes here>",
  "password": "<password goes here>"
}

Specify credentials file path using --credentials CLI option. Defaults to credentials.json in the current directory.

Reference

App uses my lincor package to connect with the back-end.

The back-end is provided by Lincor's TruckOnline.

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago