jsxc

0.10.0 • Public • Published

jsxc: A simplified JSX tool

jsxc 0.1.0: Convert files containing JSX syntax to regular JavaScript.
Usage:
  node ./bin/jsxc [input file] [output file] (convert a single file)
  node ./bin/jsxc [input file] (convert a single file and print to stdout)
  node ./bin/jsxc - (convert stdin and print to stdout)
  node ./bin/jsxc [--extension .js] --watch [src dir] [dest dir] (watch src dir and place converted files in dest dir)

Options:
  -w, --watch      Watch a directory for changes
  -e, --extension  Extension of files containing JSX syntax  [default: ".js"]
  -s, --silent     Don't display non-error logging           [default: false]
  -h, --help       Show this h

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.10.03latest

Version History

VersionDownloads (Last 7 Days)Published
0.10.03
0.9.00
0.1.61
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i jsxc

Weekly Downloads

3

Version

0.10.0

License

Apache 2

Last publish

Collaborators

  • floydophone