0.1.0 • Published 7 years ago

start-cli-core v0.1.0

Weekly downloads
41
License
MIT
Repository
github
Last release
7 years ago

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.