0.0.1 • Published 11 years ago

component-auto-scripts v0.0.1

Weekly downloads
19
License
-
Repository
-
Last release
11 years ago

component-auto-scripts - Automatically find scripts for component.json

A simple script that automatically finds scripts for component.json.

Usage

To match *.js and lib/*.js, just do::

$ component auto-scripts *.js,lib/*.js

If you are using component-test-build then you can also specify testScripts::

$ component auto-scripts *.js,lib/*.js --test-scripts tests/*.js,tests/**.js