–outfile, -o: browserify日志打印到文件 –require, -r: 绑定模块名或文件,用逗号分隔 –entry, -e: 应用程序的入口 –ignore, -i: 省略输出 –external, -x: 从其他绑定引入文件 –transform, -t: 对上层文件进行转换 –command, -c: 对上层文件使用转换命令 –standalone -s: 生成一个UMB的绑定的接口,提供给其他模块使用. –debug -d: 激活source maps调试文件 –hel