template_base
A base template repository that all other template repos can inherit from to ensure tooling consistency
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Keywords
Repository
A base template repository that all other template repos can inherit from to ensure tooling consistency
Basic Info
- Host: GitHub
- Owner: NicholasSynovic
- License: agpl-3.0
- Language: Makefile
- Default Branch: main
- Homepage: https://nicholassynovic.github.io/template_base/
- Size: 59.6 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Base Template Repository
A base template repository that all other template repos can inherit from to ensure tooling consistency
Table of Contents
About
This is a template repository that is intended to be inherited by other template repositories to ensure consistent common tool deployment across languages.
This will also support optional tooling that services like GitHub offer in order to provide repository owners access to these features without them having to discover it themselves.
Additionally, while projects can leverage this template or its content, this template is primarily intended to build other templates off of it.
Supported Tooling
Visual Studio Code
- Website: https://code.visualstudio.com/
- File(s):
- Development Containers: .devcontainer/
Development Containers
- File: .devcontainer/devcontainer.json
- Documentation: https://containers.dev/implementors/json_reference
- Base image: alpine:latest
- Extensions:
- CodeSnap
- File Tree Generator
- Markdown All In One
- markdownlint
- Config file: .markdownlint.json
- vscode-icons
- Docker
- Makefile Tools
- EditorConfig
- Config file: .editorconfig
GitHub
- Website: https://github.com
- File(s): .github/
- Documentation: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file
- Features
- Code Of Conduct: .github/CODEOFCONDUCT.md
- Code Owners: .github/CODEOWNERS
- Citations: CITATION.cff
- Contributing Guide: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Governance: .github/GOVERNANCE.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
GitHub Pages
- File: _config.yml
- Documentation: https://docs.github.com/en/pages
Discussion Templates
- File(s): .github/DISCUSSION_TEMPLATE/
- Documentation: https://docs.github.com/en/discussions/managing-discussions-for-your-community/creating-discussion-category-forms
- Templates:
- Implentation: .github/DISCUSSION_TEMPLATE/implementations.yml
- Requests: .github/DISCUSSION_TEMPLATE/requests.yml
Actions
- File(s): .github/workflows/
- Documentation: https://docs.github.com/en/actions
- Actions:
- Pre-Commit: .github/workflows/pre-commit.yml
- Documentation: https://github.com/pre-commit/action
- GitHub Pages Publishing: .github/workflows/jekyll-gh-pages.yml
Issue Templates
- File(s): .github/ISSUE_TEMPLATE/
- Templates:
- Bug Reports: .github/ISSUE_TEMPLATE/bug-report.yml
Pre-Commit
- Website: https://pre-commit.com/
- File: .pre-commit.yaml
Hooks
- mdformat
- Config: .mdformat.toml
Docker
- Website: https://www.docker.com/
- File: Dockerfile
- Base image: alpine:latest
Make
- Website: https://makefiletutorial.com/
- File: Makefile
- Targets:
buildcreate-dev
RAD
- Website: https://github.com/NicholasSynovic/tool_rad
- File: .rad.json
EditorConfig
- Website: https://editorconfig.org/
- File: .editorconfig
Template Structure
Generated with File Tree Generator
shell
📦template_base
┣ 📂.devcontainer
┃ ┗ 📜devcontainer.json
┣ 📂.github
┃ ┣ 📂DISCUSSION_TEMPLATE
┃ ┃ ┣ 📜implementations.yml
┃ ┃ ┗ 📜requests.yml
┃ ┣ 📂ISSUE_TEMPLATE
┃ ┃ ┗ 📜bug-report.yml
┃ ┣ 📂workflows
┃ ┃ ┣ 📜jekyll-gh-pages.yml
┃ ┃ ┗ 📜pre-commit.yml
┃ ┣ 📜CODEOWNERS
┃ ┣ 📜CODE_OF_CONDUCT.md
┃ ┣ 📜CONTRIBUTING.md
┃ ┣ 📜FUNDING.yml
┃ ┣ 📜GOVERNANCE.md
┃ ┣ 📜SECURITY.md
┃ ┗ 📜SUPPORT.md
┣ 📂docs
┃ ┗ 📜.gitkeep
┣ 📜.editorconfig
┣ 📜.markdownlint.json
┣ 📜.mdformat.toml
┣ 📜.pre-commit-config.yaml
┣ 📜.rad.json
┣ 📜CITATION.cff
┣ 📜Dockerfile
┣ 📜LICENSE
┣ 📜Makefile
┗ 📜README.md
Owner
- Name: Nicholas Synovic
- Login: NicholasSynovic
- Kind: user
- Location: Chicago, IL
- Website: https://nicholassynovic.github.io/
- Repositories: 89
- Profile: https://github.com/NicholasSynovic
Loyola University Chicago Computer Science Student Expected Graduation: May 2022
Citation (CITATION.cff)
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
GitHub Events
Total
- Push event: 18
Last Year
- Push event: 18
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- alpine latest build