https://github.com/arvid-berndtsson/deno-template-repo

A Deno template repo with CI, pre-commit and Github Actions. Additionally it enforces Conventional Commits.

https://github.com/arvid-berndtsson/deno-template-repo

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary

Keywords

ci conventional-commits deno github-actions github-workflows hooks pre-commit
Last synced: 5 months ago · JSON representation

Repository

A Deno template repo with CI, pre-commit and Github Actions. Additionally it enforces Conventional Commits.

Basic Info
  • Host: GitHub
  • Owner: arvid-berndtsson
  • Language: Shell
  • Default Branch: main
  • Homepage:
  • Size: 3.91 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
ci conventional-commits deno github-actions github-workflows hooks pre-commit
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Deno Template 🦕

This is a template for a Deno projects, with pre-commit hooks for commit messages and code formatting.

Requirements

Getting started

Install Deno

MacOS/Linux

bash curl -fsSL https://deno.land/x/install/install.sh | sh

Windows (Powershell)

bash irm https://deno.land/install.ps1 | iex

Install pre-commits

bash deno task hook install

Running a Deno script (example)

bash deno run --allow-env --env --allow-net --watch src/main.ts

Environment variables

How to use .env files

In this repository there is a file called .env.example. This file should be copied to the folder where the script is run.

bash cp .env.example .env

Owner

  • Name: Arvid Berndtsson
  • Login: arvid-berndtsson
  • Kind: user
  • Location: Sweden
  • Company: @LimeTip

Based in Malmö, Sweden, I specialize in software development and digital sustainability. Founder of @LimeTip and Co-Founder of @merely-emissions

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 1
  • Total Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Arvid Berndtsson 1****d 1

Issues and Pull Requests

Last synced: 7 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

.github/workflows/lint-and-format.yml actions
  • actions/checkout v4 composite
  • denoland/setup-deno v1 composite
.github/workflows/pr-title-check.yml actions
  • actions/checkout v4 composite