https://github.com/okkur/reposeed
Extensive repository base files up and running in an instant
https://github.com/okkur/reposeed
documentation maintainer open-source opensource template
Last synced: 3 months ago
JSON representation
Extensive repository base files up and running in an instant
- Host: GitHub
- URL: https://github.com/okkur/reposeed
- Owner: okkur
- License: apache-2.0
- Created: 2017-08-16T14:44:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T15:38:26.000Z (over 6 years ago)
- Last Synced: 2024-11-29T23:35:05.773Z (over 1 year ago)
- Topics: documentation, maintainer, open-source, opensource, template
- Language: Go
- Homepage: https://reposeed.okkur.org
- Size: 4.65 MB
- Stars: 26
- Watchers: 5
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Extensive repository base files up and running in an instant
[]() [](https://reposeed.okkur.org/releases/) [](LICENSE)
**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
Install reposeed via `go get`.
```
go get go.okkur.org/reposeed
```
Create the sample .seed-config.yaml file.
```
mkdir YOUR-PROJECT
cd YOUR-PROJECT
reposeed init
```
Change .seed-config.yaml to your needs and apply any changes.
```
reposeed
```
*Hint: commit any changes you need and stash the rest*
Take a look at our full [documentation](https://reposeed.okkur.org/docs).
## Support
For detailed information on support options see our [support guide](/SUPPORT.md).
## Helping out
Best place to start is our [contribution guide](/CONTRIBUTING.md).
----
*Code is licensed under the [Apache License, Version 2.0](/LICENSE).*
*Documentation/examples are licensed under [Creative Commons BY-SA 4.0](/docs/LICENSE).*
*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](https://99designs.com/profiles/florinluca)*
---
Copyright 2017 - The Reposeed authors