1.0.0 • Published 6 years ago

unvar v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Unvar

Use let instead of var. This package transforms all your var into let

Installation

npm i -g unvar

Usage

unvar <files...>

Use let instead of var

Positionals:
  files  The files that you want to be prettify                         [string]

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]
1.0.0

6 years ago