php根据命令行参数生成配置文件

发布时间:2025-02-16 点击:30
像npm, composer等工具,在开始使用的使用,都需要初始化项目,生成一个项目的配置文件。这种功能的原理是怎么实现的呢?
比如:
d:\>npm init --yes wrote to d:\package.json: { name: , version: 1.0.0, description: , main: index.js, directories: { doc: doc }, scripts: { test: echo \error: no test specified\ && exit 1 }, keywords: [], author: , license: isc其实很简单,在之前这篇文章php解释命令行的参数的基础上,加上下面的init分支,即可实现类似的功能
#!/usr/bin/php <?php function init(){ return file_put_contents( getcwd() . '/go.json', '{}' ) . 'bytes has written.' . 'config file has created'; } $res = ''; if( $argc >= 2 ) { $argv[1] == '-v' && $res = 'go version is 1.0'; $argv[1] == 'init' && $res = init(); } echo $res . php_eol;ghostwu@ghostwu:~/mybin$ ls go2 ghostwu@ghostwu:~/mybin$ go2 init 2bytes has written.config file has created ghostwu@ghostwu:~/mybin$ ls go2 go.json ghostwu@ghostwu:~/mybin$ cat go.json {}ghostwu@ghostwu:~/mybin$

jquery怎么判断dom节点是否存在
北京云服务器租用平台电话
关于旅行的域名有哪些?如何选择旅游行业域名?
新网域名解析
单独服务器和云服务器区别
百度云服务器计算型c2
盘点史上那些土豪游戏域名
谷歌邮件服务 Gmail 将更新其 logo 外观