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

start-runner/cli-core

Repository files navigation

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.

Releases

No releases published

Packages

No packages published