Skip to content

A CLI app that lets you transpile and minify your JS

Notifications You must be signed in to change notification settings

chawes13/transpuglify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CLI app that lets you transpile and minify your JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published