0.3.1 • Published 10 years ago
react-cli v0.3.1
react-cli
Installation
npm install -g react-cli reactUsage
Usage: react-cli [source file]
Options:
-h, --help output usage information
-V, --version output the version number
-p, --props [props] Props to pass into the componentExamples
Without passing props:
react-cli my-component.jsxPassing props
react-cli my-component.jsx -p "{\"foo\": \"bar\"}"