Skip to content

airmanx86/base-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

base-template

A generic template as a base for other templates

How to use

Make a new git repository base on master branch of base-template.

mkdir your-service
cd your-service
git init
git fetch https://github.com/airmanx86/base-template.git
git reset --hard FETCH_HEAD

Create your remote repository and obtain the URL

git remote add origin https://github.com/your-name/your-service.git
git remote -v
git push -u origin master

Contributing

Please read CONTRIBUTING.md to understand how best to contribute to this repo.

About

A generic template as a base for other templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published