rozdol/numop-skel

测试骨架应用

安装: 8

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:项目

v1.0.3 2018-06-20 05:00 UTC

This package is auto-updated.

Last update: 2024-09-25 23:39:17 UTC


README

  • 在每个空文件夹中添加 .gitkeep

  • 添加 composer.json 并设置类型为:project

composer install

git init

git add .

git commit -m 'initial'

在 GitHub 中创建 git@github.com:rozdol/numop-skel.git

git remote add origin git@github.com:rozdol/numop-skel.git

git push origin master

在 GitHub 上添加新的发布

https://packagist.org.cn/packages/submit <-- https://github.com/rozdol/numop-skel

composer create-project rozdol/numop-skel foobar.com

资产

在 GitHub 中创建 git@github.com:rozdol/numop-assets.git

git clone git@github.com:rozdol/numop-assets.git
  • 在每个空文件夹中添加 .gitkeep

  • 添加 composer.json 并设置类型为:library

composer install

git add .

git commit -m 'initial release'

git push origin master

在 GitHub 上添加新的发布

https://packagist.org.cn/packages/submit <-- https://github.com/rozdol/numop-assets

克隆骨架

git clone git@github.com:rozdol/numop-skel.git

克隆资产

git clone git@github.com:rozdol/numop-assets.git

克隆项目源代码

git clone git@github.com:rozdol/numop-assets.git