Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 655 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 655 Bytes

Transpuglify

A CLI app that lets you transpile and minify your JS

Getting Started

Prerequisites

  • node ^8.0.0
  • yarn ^1.0.0

Installation

yarn global add transpuglify

Usage

  Usage: transpuglify [flags]
  
  --version, -v ..................show package version
  --help, -h .....................show help menu
  --map, -m ......................include source maps
  --outputDirectory, -o <path> ...specify path for the transformed files to be saved
  --entryDirectory, -e <path> ....specify parent directory path where the original files are stored
  --individual, -i ...............create individually transformed files