cjs / console
The cjs console package.
Installs: 378
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cjs/console
Requires
- php: >=5.4.0
- cjs/cron: ^1.0.0
This package is not auto-updated.
Last update: 2025-10-06 16:20:10 UTC
README
echo "# cjsConsole" >> README.md
git init
git add README.md
git commit -m "readme"
git remote add origin https://github.com/jellycheng/cjsConsole.git
git push -u origin master
#在已经存在的工程
git remote add origin https://github.com/jellycheng/cjsConsole.git
git push -u origin master
#修改和提交代码
git clone https://github.com/jellycheng/cjsConsole.git
git add .
git commit -m "xxx"
git push origin master
###https://github.com/mtdowling/cron-expression
###http://guzzlephp.org/ "guzzlehttp/guzzle": "~4.0|~5.0|~6.0"
分 时 日 月 周 命令
exec(sprintf("taskkill /F /T /PID %d 2>&1", $pid), $output, $exitCode);