1.0.2 • Published 3 years ago

syslogextract v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

SYSLOGEXTRACT

A command line tools for getting log from linux system and saving to specified file or directory.

Built with

  • NodeJS
  • CommanderJS

How to use

Requirement

  • NodeJS
  • NPM

1. Git

  • Clone this repo
    git clone https://github.com/haqiramadhani/system-log-extractor.git
  • Move to project directory
    cd system-log-extractor
  • Use the app
    node . -h
  • Or link the package for use globally

    npm link
    
    syslogextract -h

2. NPM

  • Install package globally
    npm i -g syslogextract
  • Use the app
    syslogextract -h
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago