Codemod Facebook 代码分析工具开源项目

我要开发同款
匿名用户2015年04月13日
34阅读
开发技术Python
所属分类开发工具、代码管理分析/审查/优化
授权协议Apache

作品详情

Codemod是一个工具/库,它可以帮你处理那些只有部分自动化功能,部分场合还需人工干预的大规模代码库。示例代码:

-m  Have regex work over multiple lines (e.g. have dot match newlines).  By  default, codemod applies the regex one line at a time.-d  The path whose ancestor files are to be explored.  Defaults to current dir.--start  A path:line_number-formatted position somewhere in the hierarchy from which  to being exploring, or a percentage (e.g. "--start 25%") of the way through  to start.  Useful if you're divvying up the substitution task across  multiple people.--end  A path:line_number-formatted position somewhere in the hierarchy just  *before* which we should stop exploring, or a percentage of the way  through, just before which to end.--extensions  A comma-delimited list of file extensions to process.--include-extensionless  If set, this will check files without an extension, along with any  matching file extensions passed in --extensions--accept-all  Automatically accept all changes (use with caution)--editor  Specify an editor, e.g. "vim" or "emacs".  If omitted, defaults to $EDITOR  environment variable.--count  Don't run normally.  Instead, just print out number of times places in the  codebase where the 'query' matches.--test  Don't run normally.  Instead, just run the unit tests embedded in the  codemod library.
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论