New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

componentizr

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

componentizr

mirror a repo, make a component, publish it

latest
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

componentizr

componentize, run, use with component.io

motivation

Maintaining 3rd party modules is a pain in the back and nobody has time for that.

usage

componentizr

This will prompt for data and then:

  • create a new folder with named <component name>
  • clone the repo into <component name>/src
  • save the componentizr configuration in <component name>/config.json
  • create a componentize.js file you can run with cron or whatever you want to update the component with the latest version of your favorite 3rd party lib.

Keep in mind that this is in a very early stage and thus some things like multiple scripts, dependencies, specific branches, and so on should be added manually in the config.json file that is generated for you until I can sort them out into the cli.

samples

Take a look at leostera/angular.js, leostera/backbone.js or leostera/underscore.js. You can actually use it with component install leostera/angular.js and then require('leostera/angular.js') or setup your own aliases for it.

That's componentizr.

now what

This is definitely a WIP. Help me out so we can stop maintaining 3rd party modules to use with component.io, file an issue, submit a pr, or just start componentizng more modules and let me know.

FAQs

Package last updated on 20 Oct 2013

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