get-modules-to-build

1.0.1 • Public • Published

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

/get-modules-to-build/

    Package Sidebar

    Install

    npm i get-modules-to-build

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • mrjoelkemp