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