Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 1.12 KB

readme.md

File metadata and controls

36 lines (25 loc) · 1.12 KB

start-cli-core

npm linux build windows build deps

CLI core for Start.

Install

npm install --save-dev start-cli-core
# or
yarn add --dev start-cli-core

Usage

#!/usr/bin/env node

import 'start-cli-core';
  Usage: index [options] <tasks runner> [arguments]

  Options:

    -h, --help              output usage information
    -f, --file, <file>      tasks file path, tasks.js by default
    -p, --preset, <preset>  tasks preset

See documentation for details.