Skip to content

ScriptFUSION/Template

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 

Template

Template for creating new ScriptFUSION projects.

Usage

  1. git clone git@github.com:ScriptFUSION/Template.git MYPROJ – Clone this repository as MYPROJ.
  2. rm -rf .git – Delete the VCS data.
  3. git init – Start a new VCS repository.
  4. (shopt -s dotglob; for file in *.dist; do mv "$file" "${file%.*}"; done) – Rename *.dist files, removing the .dist extension.
  5. Replace placeholders in composer.json.
  6. 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.
  7. Generate a new readme with bin/generate\ readme\ template <repository url> or edit manually.
  8. rm -rf bin – Remove bin directory.
  9. git add . && git commit -m 'Initial commit.' – Commit changes.
  10. git push – Upload changes.

About

Template for creating new ScriptFUSION projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages