Missyamy / tomo-cli

A friendly command line tool designed to help create sustainable software using web technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tomo-cli Build Status codecov

A friendly command line tool designed to help create sustainable software using web technology

Install

$ npm install --global tomo-cli

Usage

$ tomo --help

  Usage
    tomo [command] [term] [options]

  Options

    --source-directory, -d  Directory for source code [Default: ./src]
    --output-directory, -o  Directory for build targets [Default: ./dist]
    --assets-directory, -a  Directory for assets [Default: ./assets]
    --use-rollup,           Use Rollup instead of Webpack [Default: false]
    --use-parcel,           Use Parcel instead of Webpack [Default: false]
    --use-react, -r         Add React support to workflow [Default: false]
    --react-version         React version for ESLint configuration [Default: '16.8']
    --ignore-warnings, -i   Ignore warning messages [Default: false]
    --skip-install, -s      Skip npm installations [Default: false]
    --overwrite             Copy files, even if they alrady exist [Default: false]
    --browser               Indicate tasks are intended for the browser [Default: false]
    --debug                 Show debug data [Default: false]

License

MIT © Jason Wohlgemuth

About

A friendly command line tool designed to help create sustainable software using web technology

License:MIT License


Languages

Language:JavaScript 97.0%Language:HTML 2.7%Language:OCaml 0.1%Language:CSS 0.1%