Skip to content

chiragbhatia94/open-source-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open source Template

This is a template for a open source GitHub repo. It can be used to jump start with creating your new open source project.

Disclaimer This repository is a work in progress as of writing this README.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for setting up your next big open source project. Just update the helpful TODOs & FIXMEs & you should be ready.

Prerequisites

Install Git & create an account in GitHub or any git based VCS system you like.

Installing

Option 1

Download the project zip & unzip & jump start your project.

Option 2

Clone the project and change the origin remote repo to your git repo, following commands might be handy

git clone http://github.com/chiragbhatia94/open-source-template
cd open-source-template
git remote remove origin
git remote add origin <!-- your github repo -->

Running the tests

No tests needed here.

Break down into end to end tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read out contributing guidelines for details.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Releases

No releases published

Packages

No packages published