graycoreio/daffodil

View on GitHub
tools/release/get-git-remote.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { RELEASE_CONFIG } from './config';

export const getGitRemote = (remote = RELEASE_CONFIG.GIT_REMOTE_NAME) => remote;