0.1.9 • Published 10 years ago

originate-react-component-revolunet v0.1.9

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

originate-react-component

loom origin for creating distributable react components. Sets up a distributable (npm, bower) react component, with tests and examples.

Fork of original react-component with :

  • zuul instead of karma
  • default .babelrc .eslintrc
  • packages :
    • node-readme

Usage

$ npm install -g loom
# now the originate program is available
$ originate react-component-revolunet my-component

$ cd my-component
$ npm install

#run local specs
$ npm test

$ npm start
#visit localhost:8080

Local Developement

$ git clone https://github.com/revolunet/originate-react-component.git
$ cd originate-react-component
$ npm install
$ npm link

$ cd ..
$ npm link originate-react-component-revolunet

# now you can use the local repo version with:
$ originate react-component-revolunet my-component

Licences and Copyright

MIT Style licence (c) 2014 Jason Madsen

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago