library template
Template for creating new PHP projects.
scriptfusion/template
Template for creating new PHP projects.
- Sunday, June 18, 2017
- by Bilge
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Template
Template for creating new ScriptFUSION projects., (*1)
Usage
-
git clone git@github.com:ScriptFUSION/Template.git MYPROJ
– Clone this repository as MYPROJ.
-
rm -rf .git
– Delete the VCS data.
-
git init
– Start a new VCS repository.
-
(shopt -s dotglob; for file in *.dist; do mv "$file" "${file%.*}"; done)
– Rename *.dist
files, removing the .dist extension.
- Replace placeholders in
composer.json
.
- Create a hosted repository for the project on a VCS service like GitHub. Configure the local repository according to the instructions provided by the service.
- Generate a new readme with
bin/generate\ readme\ template <repository url>
or edit manually.
-
rm -rf bin
– Remove bin directory.
-
git add . && git commit -m 'Initial commit.'
– Commit changes.
-
git push
– Upload changes.
dev-master
9999999-dev
Template for creating new PHP projects.
Sources
Download
by
Bilge