1.2.4 • Published 5 years ago

transpuglify v1.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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