Skip to content

eloquentlog/eloquentlog-cli

Repository files navigation

Eloquentlog CLI

image

image

Eloquentlog

╔═╗╦  ╦
║  ║  ║
╚═╝╩═╝╩

The command line interface of Eloquentlog.

Repository

https://gitlab.com/eloquentlog/eloquentlog-cli

Installation

TODO

% cargo install eloquentlog-cli

# or clone and build
% git clone https://github.com/eloquentlog/eloquentlog-cli.git && \
  cd eloquentlog-cli
% make install

Usage

TODO

Build

Check make help

# debug build
% make build:debug

Development

Vet

# check code using all verify targets
% make verify:all

Test

% make test

Coverage

cov requires kcov.

% make coverage:all

CI

You can run any CI job a on local docker conatiner (Gentoo Linux) by using gitlab-runner. See .gitlab-ci.yml.

# prepare environment variables for CI via .env.ci
% cp .env.ci.sample .env

# e.g. test (see Makefile)
% make runner-test

License

┏━╸╻  ┏━┓┏━┓╻ ╻┏━╸┏┓╻╺┳╸╻  ┏━┓┏━╸
┣╸ ┃  ┃ ┃┃┓┃┃ ┃┣╸ ┃┗┫ ┃ ┃  ┃ ┃┃╺┓
┗━╸┗━╸┗━┛┗┻┛┗━┛┗━╸╹ ╹ ╹ ┗━╸┗━┛┗━┛

CLI
Copyright 2019-2021 Lupine Software LLC

GPL-3.0.

This is free software: You can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.