Skip to content

v-community/repo_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V Repo Template

Template for V Repos

CI GitHub Release

Purpose

This repo template tries to solve the complexity behind creating V repos as many people don't how to make one or people are lazy.

Overview

  • Makefile for formatting files, running examples and tests
  • GitHub Actions workflow for V
  • v.mod A file for initalising V projects
  • MIT License for Repo (though you can change the license)
  • A .gitignore made for V
  • ISSUE_TEMPLATE, CODE_OF_CONDUCT etc written
  • More things coming soon...

Installation

git clone https://github.com/v-community/repo_template

Acknowledgments

Thanks to moul/golang-template for his ISSUE_TEMPLATE and other things written by him and inspiration.

License

Licensed under MIT

Contributing

Contribution is welcome. Please read Code of Conduct.