compn

0.3.2 • Public • Published

compn

component + npm ~= compn

Creates symlinks in node_modules/ from components/ folder. The goal is to use components with some build tool like browserify.

Installation

Install the compn executable via npm:

$ npm install -g compn

Usage

$ compn
$ compn --help

Set input and output folders

$ compn -i components/ -o node_modules/

Force symlinks creation

$compn -f

Commands

clean

$comp clean
$comp clean --force

Run the example

$ cd example
$ mkdir -p node_modules
$ component install
$ compn components/

License

MIT

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i compn

    Weekly Downloads

    18

    Version

    0.3.2

    License

    MIT

    Last publish

    Collaborators

    • retrofox