New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

creactjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

creactjs

Package manager for [ReactJs](http://facebook.github.io/react/) components. Create, publish and include your [ReactJs](http://facebook.github.io/react/) components easily.

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 03 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc