is-modular Is my code is modular ? A (really) simple command line tool which checks if your code is modular. installation npm install -g is-modular usage is-modular <pattern>(...) example is-modular "lib/**/*.js" "index.js"