Socket
Book a DemoInstallSign in
Socket

cmi

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmi

Component manager interface, only for Marmwork

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

#Component Manager Interface

module in development

Manage your React components in an easy-to-use interface

Installation

npm install cmi

Usage

You can easily use cmi in your gulpfile :

var cmi = require('cmi');

gulp.task('cmi', function() {

	cmi.init({
		componentsFolder: 'path/to/components'
	});

});

All components must have a package.json

Keywords

react

FAQs

Package last updated on 03 Sep 2015

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