https://github.com/axodotdev/oss-repo-template
📄 a template for axodotdev's open source repositories
https://github.com/axodotdev/oss-repo-template
open-source template-repository
Last synced: 6 months ago
JSON representation
📄 a template for axodotdev's open source repositories
- Host: GitHub
- URL: https://github.com/axodotdev/oss-repo-template
- Owner: axodotdev
- License: apache-2.0
- Created: 2023-01-23T17:39:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T17:19:44.000Z (over 2 years ago)
- Last Synced: 2025-12-13T09:53:08.184Z (8 months ago)
- Topics: open-source, template-repository
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# oss-repo-template
> 📄 a template for axodotdev's open source repositories
This is a template repo for @axodotdev's open source projects.
## Quickstart
The README should contain a brief set of steps on how to go from installation to
"Hello World". It should also link to more in depth and comprehensive install
and usage documentation.
For a package, this should indicate how to add the package (e.g. cut and paste
into `Cargo.toml`) and then a short example.
For a cli, this should explain the preferred installation method and then offer
the most common set of commands (e.g. `axo init && axo run`).
The code block for the example or command set shouldn't exceed 20 lines, but
exceptions can be made.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))
at your option.