1.0.0 • Published 8 years ago

brainstorm v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Brainstorm

Quick start tool for React component prototyping.

> npm install -g brainstorm

Then from the command line, create your project. This will do a few things:

  1. Create a new directory
  2. Install dependencies
  3. Open your text editor
  4. Open your browser
> brainstorm new-react-component
optionaliasdefaultnotes
editoresublthe editor to open your new directory in
browserb"Google Chrome"the browser to use
> brainstorm new-react-component --browser firefox --editor atom
> brainstorm new-react-component -b firefox -e atom

TODO

  • Add tests
  • Add --redux support
  • Look into postinstall for downloading component dependencies once to avoid npm install.
  • Better editor and browser support.