0.0.4 • Published 10 years ago

creactjs v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

CreactJs

Package manager for ReactJs components. Create, publish and include your ReactJs components easily.

How do I get set up?

Install the CreactJs package manager globally through NPM

$ npm install -g creactjs

Creating a new module

CreactJs comes with a handy init function that lets you get started on your component even quicker.

$ creactjs init myNewModule

The above command will create:

  • new folder called myNewModule
  • creact.json manifest file
  • index.jsx file, the main view for your component.

####Init options

  • -s,-store will add to your module a base store implementation
  • -v,-view if the store option is set, this will create a view together with a store
  • -git will add to the manifest file the correct repo for your module

Contacts

  • contact me for any info or if you want to help contribute creactjs@gmail.com
  • For any bugs, feature requests or comments please use the Github repository
0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago