0.0.2 • Published 7 years ago

yuanline v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

yuanline, a CLI tool for Node.js

A pipeline tool for custome files

Attention

This tool is under development, it is not capable to satisfy your requirement.

Installation

You will have two methods to install yuanline.

install through repository.

download or clone the repository and use npm i -g to install the CLI tool.

install through npm (avaliable later)

use npm i -g yuanline (on macOS, you might need to type 'sudo' before npm).

Usage

  • yuanline -i(, --init) will generate a configuration template for yuanline. If you use yuanline --init -f, the existing ylconfig.json file will be replaced.

  • yuanline -c(, --config) configuration_file will use a user custom configuration file for yuanline instead of default ylconfig.json.

  • yuanline -v(, --version) will display current installed version of yuanline.

  • yuanline -h(, --help) to display help documentation.

Updates

5 update information will be displayed here

Oct. 3rd, 2017 0.0.2

  1. Add ignore feature to configuration.

    Both wildcard path and specific path are supported (use yuanline -i -f to see what's new). Some common ingored items are pre-written to the ylconfig.json default configuration.

  2. Allow definitions of both task mode (single files) and general mode (multiple files).

    In general mode, you may use wildcard or just specify filename and path. Besides, you can exclude certain files out of the process.

  3. When files are processed, the time duration of the operation will be printed to console.

0.0.2

7 years ago

0.0.1

7 years ago