1.0.1 • Published 10 years ago

get-modules-to-build v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

get-modules-to-build

Get the names of the modules to build from a requirejs config

npm install -g get-modules-to-build

Usage

var getModuleNames = require('get-modules-to-build');

var modulesNames = getModuleNames('path/to/my/requirejs/config/build.json');

Or via the shell:

get-modules-to-build my/build/config.json