3.0.0 • Published 8 years ago

psc-args v3.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

psc-args

NPM version Bower version Build Status devDependency Status

A list of command-line options for psc command, as a simple array

[
  "--comments",
  "--help",
  "--json-errors",
  "--no-magic",
  "--no-opts",
  "--no-prefix",
  "--no-tco",
  "--output",
  "--source-maps",
  "--verbose-errors",
  "--version"
]

Installation

Package managers

npm

npm install psc-args

bower

bower install psc-args

Standalone

Download the JSON file directly and you can use it wherever you want.

License

The Unlicense