{"id":19514183,"url":"https://github.com/bhftbootcamp/templatetools.jl","last_synced_at":"2026-03-02T12:39:18.416Z","repository":{"id":243905579,"uuid":"813209154","full_name":"bhftbootcamp/TemplateTools.jl","owner":"bhftbootcamp","description":"Template generator for Julia packages used by the #bhftbootcamp community","archived":false,"fork":false,"pushed_at":"2025-01-20T08:14:21.000Z","size":289,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-25T21:11:23.321Z","etag":null,"topics":["pkgtemplates","template"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhftbootcamp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-10T17:18:54.000Z","updated_at":"2025-02-21T07:28:35.000Z","dependencies_parsed_at":"2024-06-12T01:10:09.260Z","dependency_job_id":"bba7606f-879f-4f1a-85a9-7cc48ef65932","html_url":"https://github.com/bhftbootcamp/TemplateTools.jl","commit_stats":null,"previous_names":["bhftbootcamp/templatetools.jl"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FTemplateTools.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FTemplateTools.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FTemplateTools.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhftbootcamp%2FTemplateTools.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhftbootcamp","download_url":"https://codeload.github.com/bhftbootcamp/TemplateTools.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240762527,"owners_count":19853497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pkgtemplates","template"],"created_at":"2024-11-10T23:35:24.024Z","updated_at":"2026-03-02T12:39:13.382Z","avatar_url":"https://github.com/bhftbootcamp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TemplateTools.jl\n\n[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://bhftbootcamp.github.io/TemplateTools.jl/stable/)\n[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bhftbootcamp.github.io/TemplateTools.jl/dev/)\n[![Build Status](https://github.com/bhftbootcamp/TemplateTools.jl/actions/workflows/Coverage.yml/badge.svg?branch=master)](https://github.com/bhftbootcamp/TemplateTools.jl/actions/workflows/Coverage.yml?query=branch%3Amaster)\n[![Coverage](https://codecov.io/gh/bhftbootcamp/TemplateTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/bhftbootcamp/TemplateTools.jl)\n[![Registry](https://img.shields.io/badge/registry-Green-green)](https://github.com/bhftbootcamp/Green)\n\nTemplate generator for Julia Lang packages used by the [#bhftbootcamp](https://github.com/bhftbootcamp) community, intended for registration with the [General](https://github.com/JuliaRegistries/General) and [Green](https://github.com/bhftbootcamp/Green) registries.\n\n## Installation\n\nIf you haven't installed our [local registry](https://github.com/bhftbootcamp/Green) yet, do that first:\n\n```\n] registry add https://github.com/bhftbootcamp/Green.git\n```\n\nTo install TemplateTools, simply use the Julia package manager:\n\n```julia\n] add TemplateTools\n```\n\n## Usage\n\nA new package can be created as follows:\n\n```julia\nusing TemplateTools\n\ncreate_project(\n    package_name = \"NumExpr\",\n    github_username = \"bhftbootcamp\",\n    template = \"green\", # \"general\" or \"green\"\n    version = VersionNumber(0, 1, 0),\n    owners = String[\"bootcampman\", ],\n    maintainers = String[],\n    copyright_holder = \"bhftbootcamp\",\n    commit = true,\n    push = false,\n)\n```\n\n## Bug Report\n\nFound a bug? Please report it by [opening an issue](https://github.com/bhftbootcamp/TemplateTools.jl/issues) on our GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhftbootcamp%2Ftemplatetools.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhftbootcamp%2Ftemplatetools.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhftbootcamp%2Ftemplatetools.jl/lists"}