Create your next open source repository with batteries included
NOTE: This is a beta release, we do not consider it completely production ready yet. Use at your own risk.
RepoSeed
Start with the base layer necessary to focus on your project and not on the repository.
Licensing, structure, documentation and more boilerplate to get you started from your first commit.
Using RepoSeed
git clone https://github.com/okkur/reposeed.git
mkdir YOUR-PROJECT
cp reposeed/templates/seed-config.example.yaml YOUR-PROJECT/.seed-config.yaml
Change .seed-config.yaml to your needs.
go run reposeed/cmd/generator.go --conf=YOUR-PROJECT/.seed-config.yaml --input=reposeed/templates --output=YOUR-PROJECT
Take a look at our full documentation.
Support
For detailed information on support options see our support guide.
Helping out
Best place to start is our contribution guide.
Code is licensed under the Apache License, Version 2.0.
Documentation/examples are licensed under Creative Commons BY-SA 4.0.
Illustrations, trademarks and third-party resources are owned by their respective party and are subject to different licensing.
The Reposeed logo was created by Florin Luca
Copyright 2017 - The RepoSeed authors